"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."
"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.",
"Unknown rule. Sorry, we don't have any description for the rule that was\nbroken.",
"Plugins incompatible with mobile devices are being used. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#flash_usage).",
"Viewsport is not specified using the meta viewport tag. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#viewport_not_configured).",
"Viewport defined to a fixed width. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#fixed-width_viewport).",
"Content not sized to viewport. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#content_not_sized_to_viewport).",
"Font size is too small for easy reading on a small screen. [Learn More]\n(https://support.google.com/webmasters/answer/6352293#small_font_size).",
"Touch elements are too close to each other. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#touch_elements_too_close)."
"description":"Final state of the test, including error details if necessary.",
"type":"object",
"properties":{
"status":{
"description":"Status of the test.",
"type":"string",
"enumDescriptions":[
"Internal error when running this test. Please try running the test again.",
"Inspection has completed without errors.",
"Inspection terminated in an error state. This indicates a problem in\nGoogle's infrastructure, not a user error. Please try again later.",
"Google can not access the URL because of a user error such as a robots.txt\nblockage, a 403 or 500 code etc. Please make sure that the URL provided is\naccessible by Googlebot and is not password protected."
],
"enum":[
"TEST_STATUS_UNSPECIFIED",
"COMPLETE",
"INTERNAL_ERROR",
"PAGE_UNREACHABLE"
]
},
"details":{
"description":"Error details if applicable.",
"type":"string"
}
},
"id":"TestStatus"
},
"RunMobileFriendlyTestRequest":{
"properties":{
"url":{
"description":"URL for inspection.",
"type":"string"
},
"requestScreenshot":{
"description":"Whether or not screenshot is requested. Default is false.",
"type":"boolean"
}
},
"id":"RunMobileFriendlyTestRequest",
"description":"Mobile-friendly test request.",
"type":"object"
},
"Image":{
"properties":{
"mimeType":{
"description":"The mime-type of the image data.",
"type":"string"
},
"data":{
"description":"Image data in format determined by the mime type. Currently, the format\nwill always be \"image/png\", but this might change in the future.",