{
  "data": {
    "id": "4405ff58-1957-45f4-b159-8e7a88cc7dcc",
    "name": "Monthly Sales Report (Updated)",
    "description": "Monthly sales data aggregated by region",
    "rows": 1250,
    "columns": 5,
    "schema": {
      "columns": [
        {
          "type": "STRING",
          "name": "region"
        },
        {
          "type": "STRING",
          "name": "product"
        },
        {
          "type": "LONG",
          "name": "units_sold"
        },
        {
          "type": "DOUBLE",
          "name": "revenue"
        },
        {
          "type": "DATE",
          "name": "sale_date"
        }
      ]
    },
    "owner": {
      "id": 87264918,
      "name": "Jane Smith"
    },
    "pdpEnabled": false,
    "createdAt": "2024-01-15T08:30:00.000Z",
    "updatedAt": "2024-04-01T11:00:00.000Z"
  }
}