mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"datasource_id": {
|
|
"description": "The datasource identifier",
|
|
"type": "integer"
|
|
},
|
|
"datasource_type": {
|
|
"description": "The datasource type",
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "ChartGetDatasourceObjectDataResponse"
|
|
},
|
|
"schemaType": "response"
|
|
}
|