{ "schema": { "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": "DatabaseRelatedDashboard" }, "type": "array" } }, "type": "object", "title": "DatabaseRelatedDashboards" }, "schemaType": "response" }