Index: discovery/googleapis/civicinfo__v2.json |
diff --git a/discovery/googleapis/civicinfo__v2.json b/discovery/googleapis/civicinfo__v2.json |
index 776c5a9ef370c75d565f765bfb36c8b91b12c43b..96da2141416566429d47b6a8f80f8c13c860e4b5 100644 |
--- a/discovery/googleapis/civicinfo__v2.json |
+++ b/discovery/googleapis/civicinfo__v2.json |
@@ -6,7 +6,7 @@ |
"description": "An API for accessing civic information.", |
"discoveryVersion": "v1", |
"documentationLink": "https://developers.google.com/civic-information", |
- "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/5v6NdAJI6D9bRU7oDGpNoBkCKy8\"", |
+ "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/EeZdKz92LCL9J1uCQTeAts36EP0\"", |
"icons": { |
"x16": "http://www.google.com/images/icons/product/search-16.gif", |
"x32": "http://www.google.com/images/icons/product/search-32.gif" |
@@ -301,7 +301,7 @@ |
} |
} |
}, |
- "revision": "20141013", |
+ "revision": "20141023", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"AdministrationRegion": { |
@@ -797,15 +797,15 @@ |
"type": "object" |
}, |
"PollingLocation": { |
- "description": "A location where a voter can vote. This may be an early vote site or an election day voting location.", |
+ "description": "A location where a voter can vote. This may be an early vote site, an election day voting location, or a drop off location for a completed ballot.", |
"id": "PollingLocation", |
"properties": { |
"address": { |
"$ref": "SimpleAddressType", |
- "description": "The address of the location" |
+ "description": "The address of the location." |
}, |
"endDate": { |
- "description": "The last date that this early vote site may be used. This field is not populated for polling locations.", |
+ "description": "The last date that this early vote site or drop off location may be used. This field is not populated for polling locations.", |
"type": "string" |
}, |
"id": { |
@@ -813,11 +813,11 @@ |
"type": "string" |
}, |
"name": { |
- "description": "The name of the early vote site. This field is not populated for polling locations.", |
+ "description": "The name of the early vote site or drop off location. This field is not populated for polling locations.", |
"type": "string" |
}, |
"notes": { |
- "description": "Notes about this location (e.g. accessibility ramp or entrance to use)", |
+ "description": "Notes about this location (e.g. accessibility ramp or entrance to use).", |
"type": "string" |
}, |
"pollingHours": { |
@@ -832,11 +832,11 @@ |
"type": "array" |
}, |
"startDate": { |
- "description": "The first date that this early vote site may be used. This field is not populated for polling locations.", |
+ "description": "The first date that this early vote site or drop off location may be used. This field is not populated for polling locations.", |
"type": "string" |
}, |
"voterServices": { |
- "description": "The services provided by this early vote site. This field is not populated for polling locations.", |
+ "description": "The services provided by this early vote site or drop off location. This field is not populated for polling locations.", |
"type": "string" |
} |
}, |
@@ -963,14 +963,21 @@ |
"id": "VoterInfoResponse", |
"properties": { |
"contests": { |
- "description": "Contests that will appear on the voter's ballot", |
+ "description": "Contests that will appear on the voter's ballot.", |
"items": { |
"$ref": "Contest" |
}, |
"type": "array" |
}, |
+ "dropOffLocations": { |
+ "description": "Locations where a voter is eligible to drop off a completed ballot. The voter must have received and completed a ballot prior to arriving at the location. The location may not have ballots available on the premises. These locations could be open on or before election day as indicated in the pollingHours field.", |
+ "items": { |
+ "$ref": "PollingLocation" |
+ }, |
+ "type": "array" |
+ }, |
"earlyVoteSites": { |
- "description": "Locations where the voter is eligible to vote early, prior to election day", |
+ "description": "Locations where the voter is eligible to vote early, prior to election day.", |
"items": { |
"$ref": "PollingLocation" |
}, |
@@ -997,7 +1004,7 @@ |
"type": "array" |
}, |
"pollingLocations": { |
- "description": "Locations where the voter is eligible to vote on election day. For states with mail-in voting only, these locations will be nearby drop box locations. Drop box locations are free to the voter and may be used instead of placing the ballot in the mail.", |
+ "description": "Locations where the voter is eligible to vote on election day.", |
"items": { |
"$ref": "PollingLocation" |
}, |