{
  "name": "get_dashboard",
  "description": "Get one authorized dashboard's governed metadata.",
  "authzMode": "privilege",
  "privilege": "RESOURCE_READ",
  "effect": "read",
  "operationId": "manual",
  "defaults": {},
  "tags": [
    "dashboard",
    "authoring",
    "catalog"
  ],
  "annotations": {
    "readOnlyHint": true,
    "destructiveHint": false,
    "idempotentHint": true,
    "openWorldHint": false
  },
  "inputSchema": {
    "additionalProperties": false,
    "properties": {
      "dashboardId": {
        "minLength": 1,
        "type": "string"
      }
    },
    "required": [
      "dashboardId"
    ],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "dashboard": {
        "additionalProperties": {},
        "type": "object"
      }
    },
    "required": [
      "dashboard"
    ],
    "type": "object"
  }
}
