{ "schema": { "properties": { "cache_key": { "description": "The cache key", "type": "string" }, "dashboard_url": { "description": "The url to render the dashboard", "type": "string" }, "image_url": { "description": "The url to fetch the screenshot", "type": "string" }, "task_status": { "description": "The status of the async screenshot", "type": "string" }, "task_updated_at": { "description": "The timestamp of the last change in status", "type": "string" } }, "type": "object", "title": "DashboardCacheScreenshotResponseSchema" }, "schemaType": "response" }