mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"id": { "description": "Datasource id or uuid" },
|
|
"type": {
|
|
"description": "Datasource type",
|
|
"enum": ["table", "dataset", "query", "saved_query", "view"],
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": ["id"],
|
|
"type": "object",
|
|
"title": "ChartDataDatasource"
|
|
},
|
|
"schemaType": "response"
|
|
}
|