{ "schema": { "properties": { "charts": { "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" }, "dashboards": { "properties": { "count": { "description": "Dashboard count", "type": "integer" }, "result": { "description": "A list of dashboards", "items": { "properties": { "id": { "type": "integer" }, "json_metadata": { "type": "object" }, "slug": { "type": "string" }, "title": { "type": "string" } }, "type": "object", "title": "DatasetRelatedDashboard" }, "type": "array" } }, "type": "object", "title": "DatasetRelatedDashboards" } }, "type": "object", "title": "DatasetRelatedObjectsResponse" }, "schemaType": "response" }