update all json files

This commit is contained in:
Sebastian Thiel
2020-04-12 18:55:37 +08:00
parent ea3b428364
commit aacc30f08d
260 changed files with 138411 additions and 26293 deletions

View File

@@ -1,13 +1,4 @@
{
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/xapi.zoo": {
"description": "Test scope for access to the Zoo service"
}
}
}
},
"basePath": "",
"baseUrl": "https://abusiveexperiencereport.googleapis.com/",
"batchPath": "batch",
@@ -22,6 +13,7 @@
},
"id": "abusiveexperiencereport:v1",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://abusiveexperiencereport.mtls.googleapis.com/",
"name": "abusiveexperiencereport",
"ownerDomain": "google.com",
"ownerName": "Google",
@@ -107,7 +99,7 @@
"sites": {
"methods": {
"get": {
"description": "Gets a summary of the abusive experience rating of a site.",
"description": "Gets a site's Abusive Experience Report summary.",
"flatPath": "v1/sites/{sitesId}",
"httpMethod": "GET",
"id": "abusiveexperiencereport.sites.get",
@@ -116,7 +108,7 @@
],
"parameters": {
"name": {
"description": "The required site name. This is the site property whose abusive\nexperiences have been reviewed, and it must be URL-encoded. For example,\nsites/https%3A%2F%2Fwww.google.com. The server will return an error of\nBAD_REQUEST if this field is not filled in. Note that if the site property\nis not yet verified in Search Console, the reportUrl field\nreturned by the API will lead to the verification page, prompting the user\nto go through that process before they can gain access to the Abusive\nExperience Report.",
"description": "Required. The name of the site whose summary to get, e.g.\n`sites/http%3A%2F%2Fwww.google.com%2F`.\n\nFormat: `sites/{site}`",
"location": "path",
"pattern": "^sites/[^/]+$",
"required": true,
@@ -126,17 +118,14 @@
"path": "v1/{+name}",
"response": {
"$ref": "SiteSummaryResponse"
},
"scopes": [
"https://www.googleapis.com/auth/xapi.zoo"
]
}
}
}
},
"violatingSites": {
"methods": {
"list": {
"description": "Lists sites with Abusive Experience Report statuses of \"Failing\".",
"description": "Lists sites that are failing in the Abusive Experience Report.",
"flatPath": "v1/violatingSites",
"httpMethod": "GET",
"id": "abusiveexperiencereport.violatingSites.list",
@@ -145,15 +134,12 @@
"path": "v1/violatingSites",
"response": {
"$ref": "ViolatingSitesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/xapi.zoo"
]
}
}
}
}
},
"revision": "20190624",
"revision": "20200405",
"rootUrl": "https://abusiveexperiencereport.googleapis.com/",
"schemas": {
"SiteSummaryResponse": {
@@ -161,7 +147,7 @@
"id": "SiteSummaryResponse",
"properties": {
"abusiveStatus": {
"description": "The status of the site reviewed for the abusive experiences.",
"description": "The site's Abusive Experience Report status.",
"enum": [
"UNKNOWN",
"PASSING",
@@ -175,12 +161,12 @@
"type": "string"
},
"enforcementTime": {
"description": "The date on which enforcement begins.",
"description": "The time at which\n[enforcement](https://support.google.com/webtools/answer/7538608) against\nthe site began or will begin.\n\nNot set when the\nfilter_status\nis OFF.",
"format": "google-datetime",
"type": "string"
},
"filterStatus": {
"description": "The abusive experience enforcement status of the site.",
"description": "The site's [enforcement\nstatus](https://support.google.com/webtools/answer/7538608).",
"enum": [
"UNKNOWN",
"ON",
@@ -190,24 +176,24 @@
],
"enumDescriptions": [
"N/A.",
"Ad filtering is on.",
"Ad filtering is off.",
"Ad filtering is paused.",
"Ad filtering is pending."
"Enforcement is on.",
"Enforcement is off.",
"Enforcement is paused.",
"Enforcement is pending."
],
"type": "string"
},
"lastChangeTime": {
"description": "The last time that the site changed status.",
"description": "The time at which the site's status last changed.",
"format": "google-datetime",
"type": "string"
},
"reportUrl": {
"description": "A link that leads to a full abusive experience report.",
"description": "A link to the full Abusive Experience Report for the site.\n\nNot set in\nViolatingSitesResponse.\n\nNote that you must complete the [Search Console verification\nprocess](https://support.google.com/webmasters/answer/9008080) for the site\nbefore you can access the full report.",
"type": "string"
},
"reviewedSite": {
"description": "The name of the site reviewed.",
"description": "The name of the reviewed site, e.g. `google.com`.",
"type": "string"
},
"underReview": {
@@ -222,7 +208,7 @@
"id": "ViolatingSitesResponse",
"properties": {
"violatingSites": {
"description": "A list of summaries of violating sites.",
"description": "The list of violating sites.",
"items": {
"$ref": "SiteSummaryResponse"
},