chore(json-update): latest json files

This also adds a usable version of the genomics API, which was empty
previously (and if I recall correctly).
This commit is contained in:
Sebastian Thiel
2015-07-21 18:36:44 +02:00
parent 152cdd848a
commit 62b63b251a
75 changed files with 23363 additions and 542 deletions

View File

@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/COqImd_5mbMNjVXE2KjAxTFdRoU\"",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/79Y1HrgSgdJCTf1b4Qz0Z9zJqHE\"",
"discoveryVersion": "v1",
"id": "civicinfo:v2",
"name": "civicinfo",
"canonicalName": "Civic Info",
"version": "v2",
"revision": "20150302",
"revision": "20150707",
"title": "Google Civic Information API",
"description": "An API for accessing civic information.",
"ownerDomain": "google.com",
@@ -275,10 +275,41 @@
"type": "string",
"description": "If this is a partisan election, the name of the party it is for."
},
"referendumBallotResponses": {
"type": "array",
"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"
}
},
"referendumBrief": {
"type": "string",
"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'."
},
"referendumConStatement": {
"type": "string",
"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'."
},
"referendumEffectOfAbstain": {
"type": "string",
"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'."
},
"referendumPassageThreshold": {
"type": "string",
"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'."
},
"referendumProStatement": {
"type": "string",
"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'."
},
"referendumSubtitle": {
"type": "string",
"description": "A brief description of the referendum. This field is only populated for contests of type 'Referendum'."
},
"referendumText": {
"type": "string",
"description": "The full text of the referendum. This field is only populated for contests of type 'Referendum'."
},
"referendumTitle": {
"type": "string",
"description": "The title of the referendum (e.g. 'Proposition 42'). This field is only populated for contests of type 'Referendum'."
@@ -757,6 +788,10 @@
"description": "Identifies what kind of resource this is. Value: the fixed string \"civicinfo#voterInfoResponse\".",
"default": "civicinfo#voterInfoResponse"
},
"mailOnly": {
"type": "boolean",
"description": "Specifies whether voters in the precinct vote only by mailing their ballots (with the possible option of dropping off their ballots as well)."
},
"normalizedInput": {
"$ref": "SimpleAddressType",
"description": "The normalized version of the requested address"