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

28 lines
691 B
JSON

{
"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"
}