Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/datasetrelatedcharts.Schema.json
2026-07-28 21:39:01 +07:00

24 lines
572 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": "DatasetRelatedChart"
},
"type": "array"
}
},
"type": "object",
"title": "DatasetRelatedCharts"
},
"schemaType": "response"
}