openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 6.61 kB
JSON
{"openapi":"3.0.0","info":{"contact":{"name":"Google","url":"https://google.com"},"description":"Views Abusive Experience Report data, and gets a list of sites that have a significant number of abusive experiences.","title":"Abusive Experience Report","version":"v1","x-apiClientRegistration":{"url":"https://console.developers.google.com"},"x-logo":{"url":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"},"x-origin":[{"converter":{"url":"https://github.com/lucybot/api-spec-converter","version":"2.7.18"},"format":"google","url":"https://abusiveexperiencereport.googleapis.com/$discovery/rest?version=v1","version":"v1"}],"x-preferred":true,"x-providerName":"googleapis.com","x-serviceName":"abusiveexperiencereport"},"externalDocs":{"url":"https://developers.google.com/abusive-experience-report/"},"tags":[{"name":"sites"},{"name":"violatingSites"}],"paths":{"/v1/violatingSites":{"get":{"description":"Lists sites with Abusive Experience Report statuses of \"Failing\".","operationId":"abusiveexperiencereport.violatingSites.list","responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ViolatingSitesResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/xapi.zoo"]}],"tags":["violatingSites"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v1/{name}":{"get":{"description":"Gets a summary of the abusive experience rating of a site.","operationId":"abusiveexperiencereport.sites.get","parameters":[{"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.","in":"path","name":"name","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SiteSummaryResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/xapi.zoo"]}],"tags":["sites"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]}},"servers":[{"url":"https://abusiveexperiencereport.googleapis.com/"}],"components":{"parameters":{"access_token":{"description":"OAuth access token.","in":"query","name":"access_token","schema":{"type":"string"}},"alt":{"description":"Data format for response.","in":"query","name":"alt","schema":{"type":"string","enum":["json","media","proto"],"default":"json"}},"callback":{"description":"JSONP","in":"query","name":"callback","schema":{"type":"string"}},"fields":{"description":"Selector specifying which fields to include in a partial response.","in":"query","name":"fields","schema":{"type":"string"}},"key":{"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.","in":"query","name":"key","schema":{"type":"string"}},"oauth_token":{"description":"OAuth 2.0 token for the current user.","in":"query","name":"oauth_token","schema":{"type":"string"}},"prettyPrint":{"description":"Returns response with indentations and line breaks.","in":"query","name":"prettyPrint","schema":{"type":"boolean","default":true}},"quotaUser":{"description":"Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.","in":"query","name":"quotaUser","schema":{"type":"string"}},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","in":"query","name":"uploadType","schema":{"type":"string"}},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","in":"query","name":"upload_protocol","schema":{"type":"string"}},"_.xgafv":{"description":"V1 error format.","in":"query","name":"$.xgafv","schema":{"type":"string","enum":["1","2"]}}},"securitySchemes":{"Oauth2":{"description":"Oauth 2.0 authentication","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://accounts.google.com/o/oauth2/auth","scopes":{"https://www.googleapis.com/auth/xapi.zoo":"Test scope for access to the Zoo service"}}}}},"schemas":{"SiteSummaryResponse":{"description":"Response message for GetSiteSummary.","properties":{"abusiveStatus":{"description":"The status of the site reviewed for the abusive experiences.","enum":["UNKNOWN","PASSING","FAILING"],"type":"string"},"enforcementTime":{"description":"The date on which enforcement begins.","format":"google-datetime","type":"string"},"filterStatus":{"description":"The abusive experience enforcement status of the site.","enum":["UNKNOWN","ON","OFF","PAUSED","PENDING"],"type":"string"},"lastChangeTime":{"description":"The last time that the site changed status.","format":"google-datetime","type":"string"},"reportUrl":{"description":"A link that leads to a full abusive experience report.","type":"string"},"reviewedSite":{"description":"The name of the site reviewed.","type":"string"},"underReview":{"description":"Whether the site is currently under review.","type":"boolean"}},"type":"object"},"ViolatingSitesResponse":{"description":"Response message for ListViolatingSites.","properties":{"violatingSites":{"description":"A list of summaries of violating sites.","items":{"$ref":"#/components/schemas/SiteSummaryResponse"},"type":"array"}},"type":"object"}}}}