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

Unified Diff: discovery/googleapis/civicinfo__v2.json

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « discovery/googleapis/calendar__v3.json ('k') | discovery/googleapis/classroom__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/civicinfo__v2.json
diff --git a/discovery/googleapis/civicinfo__v2.json b/discovery/googleapis/civicinfo__v2.json
index a12c79578a8c46e6c60f8b1df6975afb6bc8f4d6..37c4d194d040fcedae1d8839cfbfd64b9af79795 100644
--- a/discovery/googleapis/civicinfo__v2.json
+++ b/discovery/googleapis/civicinfo__v2.json
@@ -6,7 +6,7 @@
"description": "Provides polling places, early vote locations, contest data, election officials, and government representatives for U.S. residential addresses.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/civic-information",
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/0RRptSlHJI7MXoKAqjNEurqVvHk\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/o3I9HhfXj9W3CUHRNSzja8F9LG4\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -77,6 +77,9 @@
}
},
"path": "divisions",
+ "request": {
+ "$ref": "DivisionSearchRequest"
+ },
"response": {
"$ref": "DivisionSearchResponse"
}
@@ -90,6 +93,9 @@
"httpMethod": "GET",
"id": "civicinfo.elections.electionQuery",
"path": "elections",
+ "request": {
+ "$ref": "ElectionsQueryRequest"
+ },
"response": {
"$ref": "ElectionsQueryResponse"
}
@@ -129,6 +135,9 @@
}
},
"path": "voterinfo",
+ "request": {
+ "$ref": "VoterInfoRequest"
+ },
"response": {
"$ref": "VoterInfoResponse"
}
@@ -215,6 +224,9 @@
}
},
"path": "representatives",
+ "request": {
+ "$ref": "RepresentativeInfoRequest"
+ },
"response": {
"$ref": "RepresentativeInfoResponse"
}
@@ -300,6 +312,9 @@
}
},
"path": "representatives/{ocdId}",
+ "request": {
+ "$ref": "DivisionRepresentativeInfoRequest"
+ },
"response": {
"$ref": "RepresentativeInfoData"
}
@@ -307,7 +322,7 @@
}
}
},
- "revision": "20160823",
+ "revision": "20161102",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"AdministrationRegion": {
@@ -431,7 +446,7 @@
"type": "string"
},
"name": {
- "description": "The candidate's name.",
+ "description": "The candidate's name. If this is a joint ticket it will indicate the name of the candidate at the top of a ticket followed by a / and that name of candidate at the bottom of the ticket. e.g. \"Mitt Romney / Paul Ryan\"",
"type": "string"
},
"orderOnBallot": {
@@ -590,6 +605,35 @@
},
"type": "object"
},
+ "ContextParams": {
+ "id": "ContextParams",
+ "properties": {
+ "clientProfile": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "DivisionRepresentativeInfoRequest": {
+ "description": "A request to look up representative information for a single division.",
+ "id": "DivisionRepresentativeInfoRequest",
+ "properties": {
+ "contextParams": {
+ "$ref": "ContextParams"
+ }
+ },
+ "type": "object"
+ },
+ "DivisionSearchRequest": {
+ "description": "A search request for political geographies.",
+ "id": "DivisionSearchRequest",
+ "properties": {
+ "contextParams": {
+ "$ref": "ContextParams"
+ }
+ },
+ "type": "object"
+ },
"DivisionSearchResponse": {
"description": "The result of a division search query.",
"id": "DivisionSearchResponse",
@@ -681,6 +725,15 @@
},
"type": "object"
},
+ "ElectionsQueryRequest": {
+ "id": "ElectionsQueryRequest",
+ "properties": {
+ "contextParams": {
+ "$ref": "ContextParams"
+ }
+ },
+ "type": "object"
+ },
"ElectionsQueryResponse": {
"description": "The list of elections available for this version of the API.",
"id": "ElectionsQueryResponse",
@@ -892,6 +945,108 @@
},
"type": "object"
},
+ "PostalAddress": {
+ "id": "PostalAddress",
+ "properties": {
+ "addressLines": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "administrativeAreaName": {
+ "type": "string"
+ },
+ "countryName": {
+ "type": "string"
+ },
+ "countryNameCode": {
+ "type": "string"
+ },
+ "dependentLocalityName": {
+ "type": "string"
+ },
+ "dependentThoroughfareLeadingType": {
+ "type": "string"
+ },
+ "dependentThoroughfareName": {
+ "type": "string"
+ },
+ "dependentThoroughfarePostDirection": {
+ "type": "string"
+ },
+ "dependentThoroughfarePreDirection": {
+ "type": "string"
+ },
+ "dependentThoroughfareTrailingType": {
+ "type": "string"
+ },
+ "dependentThoroughfaresConnector": {
+ "type": "string"
+ },
+ "dependentThoroughfaresIndicator": {
+ "type": "string"
+ },
+ "dependentThoroughfaresType": {
+ "type": "string"
+ },
+ "firmName": {
+ "type": "string"
+ },
+ "isDisputed": {
+ "type": "boolean"
+ },
+ "languageCode": {
+ "type": "string"
+ },
+ "localityName": {
+ "type": "string"
+ },
+ "postBoxNumber": {
+ "type": "string"
+ },
+ "postalCodeNumber": {
+ "type": "string"
+ },
+ "postalCodeNumberExtension": {
+ "type": "string"
+ },
+ "premiseName": {
+ "type": "string"
+ },
+ "recipientName": {
+ "type": "string"
+ },
+ "sortingCode": {
+ "type": "string"
+ },
+ "subAdministrativeAreaName": {
+ "type": "string"
+ },
+ "subPremiseName": {
+ "type": "string"
+ },
+ "thoroughfareLeadingType": {
+ "type": "string"
+ },
+ "thoroughfareName": {
+ "type": "string"
+ },
+ "thoroughfareNumber": {
+ "type": "string"
+ },
+ "thoroughfarePostDirection": {
+ "type": "string"
+ },
+ "thoroughfarePreDirection": {
+ "type": "string"
+ },
+ "thoroughfareTrailingType": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"RepresentativeInfoData": {
"id": "RepresentativeInfoData",
"properties": {
@@ -920,6 +1075,16 @@
},
"type": "object"
},
+ "RepresentativeInfoRequest": {
+ "description": "A request for political geography and representative information for an address.",
+ "id": "RepresentativeInfoRequest",
+ "properties": {
+ "contextParams": {
+ "$ref": "ContextParams"
+ }
+ },
+ "type": "object"
+ },
"RepresentativeInfoResponse": {
"description": "The result of a representative info lookup query.",
"id": "RepresentativeInfoResponse",
@@ -1008,6 +1173,19 @@
},
"type": "object"
},
+ "VoterInfoRequest": {
+ "description": "A request for information about a voter.",
+ "id": "VoterInfoRequest",
+ "properties": {
+ "contextParams": {
+ "$ref": "ContextParams"
+ },
+ "voterInfoSegmentResult": {
+ "$ref": "VoterInfoSegmentResult"
+ }
+ },
+ "type": "object"
+ },
"VoterInfoResponse": {
"description": "The result of a voter info lookup query.",
"id": "VoterInfoResponse",
@@ -1076,6 +1254,25 @@
}
},
"type": "object"
+ },
+ "VoterInfoSegmentResult": {
+ "id": "VoterInfoSegmentResult",
+ "properties": {
+ "generatedMillis": {
+ "format": "int64",
+ "type": "string"
+ },
+ "postalAddress": {
+ "$ref": "PostalAddress"
+ },
+ "request": {
+ "$ref": "VoterInfoRequest"
+ },
+ "response": {
+ "$ref": "VoterInfoResponse"
+ }
+ },
+ "type": "object"
}
},
"servicePath": "civicinfo/v2/",
« no previous file with comments | « discovery/googleapis/calendar__v3.json ('k') | discovery/googleapis/classroom__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698