mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
24 lines
574 B
JSON
24 lines
574 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"count": { "description": "Chart count", "type": "integer" },
|
|
"result": {
|
|
"description": "A list of dashboards",
|
|
"items": {
|
|
"properties": {
|
|
"id": { "type": "integer" },
|
|
"slice_name": { "type": "string" },
|
|
"viz_type": { "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "DatabaseRelatedChart"
|
|
},
|
|
"type": "array"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "DatabaseRelatedCharts"
|
|
},
|
|
"schemaType": "response"
|
|
}
|