mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
27 lines
703 B
JSON
27 lines
703 B
JSON
{
|
|
"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"
|
|
}
|