Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/chartcachescreenshotresponseschema.Schema.json
2026-05-18 12:59:39 -07:00

2 lines
503 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"}