addedInput schema / properties / no_cache
Added value: +{
+ "default": false,
+ "description": "Bypass the response cache for this call.",
+ "title": "No Cache",
+ "type": "boolean"
+}
addedInput schema / properties / page_url / description
Added value: +"Fully qualified URL under site_url."
addedInput schema / properties / site_url / description
Added value: +"`sc-domain:example.com` for a domain property, or `https://example.com/` with the trailing slash for a URL-prefix property. Call gsc_sites if unsure."
addedOutput schema / description
Added value: +"The URL Inspection payload for one page, with the sub-objects left as-is."
addedOutput schema / properties / amp
Added value: +{
+ "additionalProperties": true,
+ "title": "Amp",
+ "type": "object"
+}
addedOutput schema / properties / coverage_state
Added value: +{
+ "default": "",
+ "title": "Coverage State",
+ "type": "string"
+}
addedOutput schema / properties / index_status
Added value: +{
+ "additionalProperties": true,
+ "title": "Index Status",
+ "type": "object"
+}
addedOutput schema / properties / inspection_result_link
Added value: +{
+ "default": "",
+ "title": "Inspection Result Link",
+ "type": "string"
+}
addedOutput schema / properties / mobile_usability
Added value: +{
+ "additionalProperties": true,
+ "title": "Mobile Usability",
+ "type": "object"
+}
addedOutput schema / properties / page_url
Added value: +{
+ "title": "Page Url",
+ "type": "string"
+}
removedOutput schema / properties / result
Removed value: -{
- "title": "Result",
- "type": "string"
-}
addedOutput schema / properties / rich_results
Added value: +{
+ "additionalProperties": true,
+ "title": "Rich Results",
+ "type": "object"
+}
addedOutput schema / properties / site_url
Added value: +{
+ "title": "Site Url",
+ "type": "string"
+}
addedOutput schema / properties / verdict
Added value: +{
+ "default": "",
+ "title": "Verdict",
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "result"
-]New value: +[
+ "site_url",
+ "page_url"
+]
changedOutput schema / title
Previous value: -"gsc_inspect_urlOutput"New value: +"InspectionResult"