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://adexperiencereport.googleapis.com/",
"batchPath": "batch",
@@ -21,6 +12,7 @@
},
"id": "adexperiencereport:v1",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://adexperiencereport.mtls.googleapis.com/",
"name": "adexperiencereport",
"ownerDomain": "google.com",
"ownerName": "Google",
@@ -106,7 +98,7 @@
"sites": {
"methods": {
"get": {
"description": "Gets a summary of the ad experience rating of a site.",
"description": "Gets a site's Ad Experience Report summary.",
"flatPath": "v1/sites/{sitesId}",
"httpMethod": "GET",
"id": "adexperiencereport.sites.get",
@@ -115,7 +107,7 @@
],
"parameters": {
"name": {
"description": "The required site name. It should be the site property whose ad experiences\nmay have been reviewed, and it should 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 returned by the\nAPI will lead to the verification page, prompting the user to go through\nthat process before they can gain access to the Ad Experience 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,
@@ -125,17 +117,14 @@
"path": "v1/{+name}",
"response": {
"$ref": "SiteSummaryResponse"
},
"scopes": [
"https://www.googleapis.com/auth/xapi.zoo"
]
}
}
}
},
"violatingSites": {
"methods": {
"list": {
"description": "Lists sites with Ad Experience Report statuses of \"Failing\" or \"Warning\".",
"description": "Lists sites that are failing in the Ad Experience Report on at least one\nplatform.",
"flatPath": "v1/violatingSites",
"httpMethod": "GET",
"id": "adexperiencereport.violatingSites.list",
@@ -144,23 +133,20 @@
"path": "v1/violatingSites",
"response": {
"$ref": "ViolatingSitesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/xapi.zoo"
]
}
}
}
}
},
"revision": "20190624",
"revision": "20200405",
"rootUrl": "https://adexperiencereport.googleapis.com/",
"schemas": {
"PlatformSummary": {
"description": "Summary of the ad experience rating of a site for a specific platform.",
"description": "A site's Ad Experience Report summary on a single platform.",
"id": "PlatformSummary",
"properties": {
"betterAdsStatus": {
"description": "The status of the site reviewed for the Better Ads Standards.",
"description": "The site's Ad Experience Report status on this platform.",
"enum": [
"UNKNOWN",
"PASSING",
@@ -170,18 +156,18 @@
"enumDescriptions": [
"Not reviewed.",
"Passing.",
"Warning.",
"Warning. No longer a possible status.",
"Failing."
],
"type": "string"
},
"enforcementTime": {
"description": "The date on which ad filtering begins.",
"description": "The time at which\n[enforcement](https://support.google.com/webtools/answer/7308033) against\nthe site began or will begin on this platform.\n\nNot set when the\nfilter_status\nis OFF.",
"format": "google-datetime",
"type": "string"
},
"filterStatus": {
"description": "The ad filtering status of the site.",
"description": "The site's [enforcement\nstatus](https://support.google.com/webtools/answer/7308033) on this\nplatform.",
"enum": [
"UNKNOWN",
"ON",
@@ -199,12 +185,12 @@
"type": "string"
},
"lastChangeTime": {
"description": "The last time that the site changed status.",
"description": "The time at which the site's status last changed on this platform.",
"format": "google-datetime",
"type": "string"
},
"region": {
"description": "The assigned regions for the site and platform.",
"description": "The site's regions on this platform.\n\nNo longer populated, because there is no longer any semantic difference\nbetween sites in different regions.",
"enumDescriptions": [
"Ad standard not yet defined for your region.",
"Region A.",
@@ -223,11 +209,11 @@
"type": "array"
},
"reportUrl": {
"description": "A link that leads to a full ad experience report.",
"description": "A link to the full Ad Experience Report for the site on this platform..\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"
},
"underReview": {
"description": "Whether the site is currently under review.",
"description": "Whether the site is currently under review on this platform.",
"type": "boolean"
}
},
@@ -239,14 +225,14 @@
"properties": {
"desktopSummary": {
"$ref": "PlatformSummary",
"description": "Summary for the desktop review of the site."
"description": "The site's Ad Experience Report summary on desktop."
},
"mobileSummary": {
"$ref": "PlatformSummary",
"description": "Summary for the mobile review of the site."
"description": "The site's Ad Experience Report summary on mobile."
},
"reviewedSite": {
"description": "The name of the site reviewed.",
"description": "The name of the reviewed site, e.g. `google.com`.",
"type": "string"
}
},
@@ -257,7 +243,7 @@
"id": "ViolatingSitesResponse",
"properties": {
"violatingSites": {
"description": "A list of summaries of violating sites.",
"description": "The list of violating sites.",
"items": {
"$ref": "SiteSummaryResponse"
},