{ "schema": { "properties": { "channel_id": { "description": "Unique session async channel ID", "type": "string" }, "job_id": { "description": "Unique async job ID", "type": "string" }, "result_url": { "description": "Unique result URL for fetching async query data", "type": "string" }, "status": { "description": "Status value for async job", "type": "string" }, "user_id": { "description": "Requesting user ID", "nullable": true, "type": "string" } }, "type": "object", "title": "ChartDataAsyncResponseSchema" }, "schemaType": "response" }