Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/chartcachescreenshotresponseschema.Schema.json

27 lines
691 B
JSON

{
"schema": {
"properties": {
"cache_key": { "description": "The cache key", "type": "string" },
"chart_url": {
"description": "The url to render the chart",
"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": "ChartCacheScreenshotResponseSchema"
},
"schemaType": "response"
}