Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: discovery/googleapis/civicinfo__v2.json

Issue 1268013003: Api-roll 21: 2015-08-04 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: discovery/googleapis/civicinfo__v2.json
diff --git a/discovery/googleapis/civicinfo__v2.json b/discovery/googleapis/civicinfo__v2.json
index e13b00640cd4eda3275fdca8028e2aadc6f5be27..b71bec4dc81b1c064ddbabb5bd1e3326154a5447 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": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/COqImd_5mbMNjVXE2KjAxTFdRoU\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/79Y1HrgSgdJCTf1b4Qz0Z9zJqHE\"",
"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": "20150302",
+ "revision": "20150707",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"AdministrationRegion": {
@@ -510,10 +510,41 @@
"description": "If this is a partisan election, the name of the party it is for.",
"type": "string"
},
+ "referendumBallotResponses": {
+ "description": "The set of ballot responses for the referendum. A ballot response represents a line on the ballot. Common examples might include \"yes\" or \"no\" for referenda, or a judge's name for a retention contest. This field is only populated for contests of type 'Referendum'.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "referendumBrief": {
+ "description": "Specifies a short summary of the referendum that is on the ballot below the title but above the text. This field is only populated for contests of type 'Referendum'.",
+ "type": "string"
+ },
+ "referendumConStatement": {
+ "description": "A statement in opposition to the referendum. It does not necessarily appear on the ballot. This field is only populated for contests of type 'Referendum'.",
+ "type": "string"
+ },
+ "referendumEffectOfAbstain": {
+ "description": "Specifies what effect abstaining (not voting) on the proposition will have (i.e. whether abstaining is considered a vote against it). This field is only populated for contests of type 'Referendum'.",
+ "type": "string"
+ },
+ "referendumPassageThreshold": {
+ "description": "The threshold of votes that the referendum needs in order to pass, e.g. \"two-thirds\". This field is only populated for contests of type 'Referendum'.",
+ "type": "string"
+ },
+ "referendumProStatement": {
+ "description": "A statement in favor of the referendum. It does not necessarily appear on the ballot. This field is only populated for contests of type 'Referendum'.",
+ "type": "string"
+ },
"referendumSubtitle": {
"description": "A brief description of the referendum. This field is only populated for contests of type 'Referendum'.",
"type": "string"
},
+ "referendumText": {
+ "description": "The full text of the referendum. This field is only populated for contests of type 'Referendum'.",
+ "type": "string"
+ },
"referendumTitle": {
"description": "The title of the referendum (e.g. 'Proposition 42'). This field is only populated for contests of type 'Referendum'.",
"type": "string"
@@ -992,6 +1023,10 @@
"description": "Identifies what kind of resource this is. Value: the fixed string \"civicinfo#voterInfoResponse\".",
"type": "string"
},
+ "mailOnly": {
+ "description": "Specifies whether voters in the precinct vote only by mailing their ballots (with the possible option of dropping off their ballots as well).",
+ "type": "boolean"
+ },
"normalizedInput": {
"$ref": "SimpleAddressType",
"description": "The normalized version of the requested address"

Powered by Google App Engine
This is Rietveld 408576698