{
  "id": "business-people-operations",
  "slug": "people-operations",
  "title": "Cobalt Operations Team",
  "industry": "people-operations",
  "description": "A fictional staff directory, paid-shift schedule and leave register with base-pay reconciliation.",
  "workflows": [
    "staff-directory",
    "scheduling",
    "base-pay",
    "appointments",
    "capacity",
    "leave"
  ],
  "asOf": "2026-09-08",
  "source": "deterministic-synthetic",
  "tables": {
    "employees": {
      "primaryKey": "employee_id",
      "foreignKeys": [],
      "rows": [
        {
          "employee_id": "EMP-01",
          "name": "Team member 1",
          "department": "Service",
          "hourly_rate": 20,
          "active": true
        },
        {
          "employee_id": "EMP-02",
          "name": "Team member 2",
          "department": "Operations",
          "hourly_rate": 22,
          "active": true
        },
        {
          "employee_id": "EMP-03",
          "name": "Team member 3",
          "department": "Service",
          "hourly_rate": 24,
          "active": true
        },
        {
          "employee_id": "EMP-04",
          "name": "Team member 4",
          "department": "Operations",
          "hourly_rate": 26,
          "active": true
        },
        {
          "employee_id": "EMP-05",
          "name": "Team member 5",
          "department": "Service",
          "hourly_rate": 28,
          "active": true
        },
        {
          "employee_id": "EMP-06",
          "name": "Team member 6",
          "department": "Operations",
          "hourly_rate": 30,
          "active": true
        },
        {
          "employee_id": "EMP-07",
          "name": "Team member 7",
          "department": "Service",
          "hourly_rate": 32,
          "active": true
        },
        {
          "employee_id": "EMP-08",
          "name": "Team member 8",
          "department": "Operations",
          "hourly_rate": 34,
          "active": true
        }
      ]
    },
    "shifts": {
      "primaryKey": "shift_id",
      "foreignKeys": [
        {
          "column": "employee_id",
          "table": "employees",
          "targetColumn": "employee_id"
        }
      ],
      "rows": [
        {
          "shift_id": "SHIFT-001",
          "employee_id": "EMP-01",
          "date": "2026-08-10",
          "paid_hours": 6,
          "hourly_rate": 20,
          "base_pay": 120
        },
        {
          "shift_id": "SHIFT-002",
          "employee_id": "EMP-02",
          "date": "2026-08-10",
          "paid_hours": 7,
          "hourly_rate": 22,
          "base_pay": 154
        },
        {
          "shift_id": "SHIFT-003",
          "employee_id": "EMP-03",
          "date": "2026-08-10",
          "paid_hours": 8,
          "hourly_rate": 24,
          "base_pay": 192
        },
        {
          "shift_id": "SHIFT-004",
          "employee_id": "EMP-04",
          "date": "2026-08-10",
          "paid_hours": 6,
          "hourly_rate": 26,
          "base_pay": 156
        },
        {
          "shift_id": "SHIFT-005",
          "employee_id": "EMP-05",
          "date": "2026-08-10",
          "paid_hours": 7,
          "hourly_rate": 28,
          "base_pay": 196
        },
        {
          "shift_id": "SHIFT-006",
          "employee_id": "EMP-06",
          "date": "2026-08-10",
          "paid_hours": 8,
          "hourly_rate": 30,
          "base_pay": 240
        },
        {
          "shift_id": "SHIFT-007",
          "employee_id": "EMP-07",
          "date": "2026-08-10",
          "paid_hours": 6,
          "hourly_rate": 32,
          "base_pay": 192
        },
        {
          "shift_id": "SHIFT-008",
          "employee_id": "EMP-08",
          "date": "2026-08-10",
          "paid_hours": 7,
          "hourly_rate": 34,
          "base_pay": 238
        },
        {
          "shift_id": "SHIFT-009",
          "employee_id": "EMP-01",
          "date": "2026-08-11",
          "paid_hours": 7,
          "hourly_rate": 20,
          "base_pay": 140
        },
        {
          "shift_id": "SHIFT-010",
          "employee_id": "EMP-02",
          "date": "2026-08-11",
          "paid_hours": 8,
          "hourly_rate": 22,
          "base_pay": 176
        },
        {
          "shift_id": "SHIFT-011",
          "employee_id": "EMP-03",
          "date": "2026-08-11",
          "paid_hours": 6,
          "hourly_rate": 24,
          "base_pay": 144
        },
        {
          "shift_id": "SHIFT-012",
          "employee_id": "EMP-04",
          "date": "2026-08-11",
          "paid_hours": 7,
          "hourly_rate": 26,
          "base_pay": 182
        },
        {
          "shift_id": "SHIFT-013",
          "employee_id": "EMP-05",
          "date": "2026-08-11",
          "paid_hours": 8,
          "hourly_rate": 28,
          "base_pay": 224
        },
        {
          "shift_id": "SHIFT-014",
          "employee_id": "EMP-06",
          "date": "2026-08-11",
          "paid_hours": 6,
          "hourly_rate": 30,
          "base_pay": 180
        },
        {
          "shift_id": "SHIFT-015",
          "employee_id": "EMP-07",
          "date": "2026-08-11",
          "paid_hours": 7,
          "hourly_rate": 32,
          "base_pay": 224
        },
        {
          "shift_id": "SHIFT-016",
          "employee_id": "EMP-08",
          "date": "2026-08-11",
          "paid_hours": 8,
          "hourly_rate": 34,
          "base_pay": 272
        },
        {
          "shift_id": "SHIFT-017",
          "employee_id": "EMP-01",
          "date": "2026-08-12",
          "paid_hours": 8,
          "hourly_rate": 20,
          "base_pay": 160
        },
        {
          "shift_id": "SHIFT-018",
          "employee_id": "EMP-02",
          "date": "2026-08-12",
          "paid_hours": 6,
          "hourly_rate": 22,
          "base_pay": 132
        },
        {
          "shift_id": "SHIFT-019",
          "employee_id": "EMP-03",
          "date": "2026-08-12",
          "paid_hours": 7,
          "hourly_rate": 24,
          "base_pay": 168
        },
        {
          "shift_id": "SHIFT-020",
          "employee_id": "EMP-04",
          "date": "2026-08-12",
          "paid_hours": 8,
          "hourly_rate": 26,
          "base_pay": 208
        },
        {
          "shift_id": "SHIFT-021",
          "employee_id": "EMP-05",
          "date": "2026-08-12",
          "paid_hours": 6,
          "hourly_rate": 28,
          "base_pay": 168
        },
        {
          "shift_id": "SHIFT-022",
          "employee_id": "EMP-06",
          "date": "2026-08-12",
          "paid_hours": 7,
          "hourly_rate": 30,
          "base_pay": 210
        },
        {
          "shift_id": "SHIFT-023",
          "employee_id": "EMP-07",
          "date": "2026-08-12",
          "paid_hours": 8,
          "hourly_rate": 32,
          "base_pay": 256
        },
        {
          "shift_id": "SHIFT-024",
          "employee_id": "EMP-08",
          "date": "2026-08-12",
          "paid_hours": 6,
          "hourly_rate": 34,
          "base_pay": 204
        },
        {
          "shift_id": "SHIFT-025",
          "employee_id": "EMP-01",
          "date": "2026-08-13",
          "paid_hours": 6,
          "hourly_rate": 20,
          "base_pay": 120
        },
        {
          "shift_id": "SHIFT-026",
          "employee_id": "EMP-02",
          "date": "2026-08-13",
          "paid_hours": 7,
          "hourly_rate": 22,
          "base_pay": 154
        },
        {
          "shift_id": "SHIFT-027",
          "employee_id": "EMP-03",
          "date": "2026-08-13",
          "paid_hours": 8,
          "hourly_rate": 24,
          "base_pay": 192
        },
        {
          "shift_id": "SHIFT-028",
          "employee_id": "EMP-04",
          "date": "2026-08-13",
          "paid_hours": 6,
          "hourly_rate": 26,
          "base_pay": 156
        },
        {
          "shift_id": "SHIFT-029",
          "employee_id": "EMP-05",
          "date": "2026-08-13",
          "paid_hours": 7,
          "hourly_rate": 28,
          "base_pay": 196
        },
        {
          "shift_id": "SHIFT-030",
          "employee_id": "EMP-06",
          "date": "2026-08-13",
          "paid_hours": 8,
          "hourly_rate": 30,
          "base_pay": 240
        },
        {
          "shift_id": "SHIFT-031",
          "employee_id": "EMP-07",
          "date": "2026-08-13",
          "paid_hours": 6,
          "hourly_rate": 32,
          "base_pay": 192
        },
        {
          "shift_id": "SHIFT-032",
          "employee_id": "EMP-08",
          "date": "2026-08-13",
          "paid_hours": 7,
          "hourly_rate": 34,
          "base_pay": 238
        },
        {
          "shift_id": "SHIFT-033",
          "employee_id": "EMP-01",
          "date": "2026-08-14",
          "paid_hours": 7,
          "hourly_rate": 20,
          "base_pay": 140
        },
        {
          "shift_id": "SHIFT-034",
          "employee_id": "EMP-02",
          "date": "2026-08-14",
          "paid_hours": 8,
          "hourly_rate": 22,
          "base_pay": 176
        },
        {
          "shift_id": "SHIFT-035",
          "employee_id": "EMP-03",
          "date": "2026-08-14",
          "paid_hours": 6,
          "hourly_rate": 24,
          "base_pay": 144
        },
        {
          "shift_id": "SHIFT-036",
          "employee_id": "EMP-04",
          "date": "2026-08-14",
          "paid_hours": 7,
          "hourly_rate": 26,
          "base_pay": 182
        },
        {
          "shift_id": "SHIFT-037",
          "employee_id": "EMP-05",
          "date": "2026-08-14",
          "paid_hours": 8,
          "hourly_rate": 28,
          "base_pay": 224
        },
        {
          "shift_id": "SHIFT-038",
          "employee_id": "EMP-06",
          "date": "2026-08-14",
          "paid_hours": 6,
          "hourly_rate": 30,
          "base_pay": 180
        },
        {
          "shift_id": "SHIFT-039",
          "employee_id": "EMP-07",
          "date": "2026-08-14",
          "paid_hours": 7,
          "hourly_rate": 32,
          "base_pay": 224
        },
        {
          "shift_id": "SHIFT-040",
          "employee_id": "EMP-08",
          "date": "2026-08-14",
          "paid_hours": 8,
          "hourly_rate": 34,
          "base_pay": 272
        },
        {
          "shift_id": "SHIFT-041",
          "employee_id": "EMP-01",
          "date": "2026-08-15",
          "paid_hours": 8,
          "hourly_rate": 20,
          "base_pay": 160
        },
        {
          "shift_id": "SHIFT-042",
          "employee_id": "EMP-02",
          "date": "2026-08-15",
          "paid_hours": 6,
          "hourly_rate": 22,
          "base_pay": 132
        },
        {
          "shift_id": "SHIFT-043",
          "employee_id": "EMP-03",
          "date": "2026-08-15",
          "paid_hours": 7,
          "hourly_rate": 24,
          "base_pay": 168
        },
        {
          "shift_id": "SHIFT-044",
          "employee_id": "EMP-04",
          "date": "2026-08-15",
          "paid_hours": 8,
          "hourly_rate": 26,
          "base_pay": 208
        },
        {
          "shift_id": "SHIFT-045",
          "employee_id": "EMP-05",
          "date": "2026-08-15",
          "paid_hours": 6,
          "hourly_rate": 28,
          "base_pay": 168
        },
        {
          "shift_id": "SHIFT-046",
          "employee_id": "EMP-06",
          "date": "2026-08-15",
          "paid_hours": 7,
          "hourly_rate": 30,
          "base_pay": 210
        },
        {
          "shift_id": "SHIFT-047",
          "employee_id": "EMP-07",
          "date": "2026-08-15",
          "paid_hours": 8,
          "hourly_rate": 32,
          "base_pay": 256
        },
        {
          "shift_id": "SHIFT-048",
          "employee_id": "EMP-08",
          "date": "2026-08-15",
          "paid_hours": 6,
          "hourly_rate": 34,
          "base_pay": 204
        }
      ]
    },
    "leave_requests": {
      "primaryKey": "request_id",
      "foreignKeys": [
        {
          "column": "employee_id",
          "table": "employees",
          "targetColumn": "employee_id"
        }
      ],
      "rows": [
        {
          "request_id": "LEAVE-1",
          "employee_id": "EMP-01",
          "date": "2026-09-10",
          "hours": 8,
          "status": "approved"
        },
        {
          "request_id": "LEAVE-2",
          "employee_id": "EMP-02",
          "date": "2026-09-11",
          "hours": 8,
          "status": "approved"
        },
        {
          "request_id": "LEAVE-3",
          "employee_id": "EMP-03",
          "date": "2026-09-12",
          "hours": 8,
          "status": "pending"
        },
        {
          "request_id": "LEAVE-4",
          "employee_id": "EMP-04",
          "date": "2026-09-13",
          "hours": 8,
          "status": "pending"
        }
      ]
    },
    "service_slots": {
      "primaryKey": "slot_id",
      "foreignKeys": [
        {
          "column": "employee_id",
          "table": "employees",
          "targetColumn": "employee_id"
        }
      ],
      "rows": [
        {
          "slot_id": "SERVICE-01",
          "employee_id": "EMP-01",
          "date": "2026-09-08",
          "start_time": "09:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-02",
          "employee_id": "EMP-02",
          "date": "2026-09-08",
          "start_time": "09:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-03",
          "employee_id": "EMP-03",
          "date": "2026-09-08",
          "start_time": "09:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-04",
          "employee_id": "EMP-04",
          "date": "2026-09-08",
          "start_time": "09:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-05",
          "employee_id": "EMP-05",
          "date": "2026-09-08",
          "start_time": "09:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-06",
          "employee_id": "EMP-06",
          "date": "2026-09-08",
          "start_time": "09:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-07",
          "employee_id": "EMP-07",
          "date": "2026-09-08",
          "start_time": "09:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-08",
          "employee_id": "EMP-08",
          "date": "2026-09-08",
          "start_time": "09:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-09",
          "employee_id": "EMP-01",
          "date": "2026-09-08",
          "start_time": "10:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-10",
          "employee_id": "EMP-02",
          "date": "2026-09-08",
          "start_time": "10:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-11",
          "employee_id": "EMP-03",
          "date": "2026-09-08",
          "start_time": "10:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-12",
          "employee_id": "EMP-04",
          "date": "2026-09-08",
          "start_time": "10:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-13",
          "employee_id": "EMP-05",
          "date": "2026-09-08",
          "start_time": "10:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-14",
          "employee_id": "EMP-06",
          "date": "2026-09-08",
          "start_time": "10:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-15",
          "employee_id": "EMP-07",
          "date": "2026-09-08",
          "start_time": "10:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-16",
          "employee_id": "EMP-08",
          "date": "2026-09-08",
          "start_time": "10:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-17",
          "employee_id": "EMP-01",
          "date": "2026-09-08",
          "start_time": "11:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-18",
          "employee_id": "EMP-02",
          "date": "2026-09-08",
          "start_time": "11:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-19",
          "employee_id": "EMP-03",
          "date": "2026-09-08",
          "start_time": "11:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-20",
          "employee_id": "EMP-04",
          "date": "2026-09-08",
          "start_time": "11:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-21",
          "employee_id": "EMP-05",
          "date": "2026-09-08",
          "start_time": "11:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-22",
          "employee_id": "EMP-06",
          "date": "2026-09-08",
          "start_time": "11:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-23",
          "employee_id": "EMP-07",
          "date": "2026-09-08",
          "start_time": "11:00",
          "capacity": 1
        },
        {
          "slot_id": "SERVICE-24",
          "employee_id": "EMP-08",
          "date": "2026-09-08",
          "start_time": "11:00",
          "capacity": 1
        }
      ]
    },
    "service_bookings": {
      "primaryKey": "booking_id",
      "foreignKeys": [
        {
          "column": "slot_id",
          "table": "service_slots",
          "targetColumn": "slot_id"
        }
      ],
      "rows": [
        {
          "booking_id": "SVCBOOK-01",
          "slot_id": "SERVICE-01",
          "customer": "Fictional client 1",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-02",
          "slot_id": "SERVICE-02",
          "customer": "Fictional client 2",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-03",
          "slot_id": "SERVICE-03",
          "customer": "Fictional client 3",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-04",
          "slot_id": "SERVICE-04",
          "customer": "Fictional client 4",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-05",
          "slot_id": "SERVICE-05",
          "customer": "Fictional client 5",
          "status": "cancelled",
          "occupied": 0
        },
        {
          "booking_id": "SVCBOOK-06",
          "slot_id": "SERVICE-06",
          "customer": "Fictional client 6",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-07",
          "slot_id": "SERVICE-07",
          "customer": "Fictional client 7",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-08",
          "slot_id": "SERVICE-08",
          "customer": "Fictional client 8",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-09",
          "slot_id": "SERVICE-09",
          "customer": "Fictional client 9",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-10",
          "slot_id": "SERVICE-10",
          "customer": "Fictional client 10",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-11",
          "slot_id": "SERVICE-11",
          "customer": "Fictional client 11",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-12",
          "slot_id": "SERVICE-12",
          "customer": "Fictional client 12",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-13",
          "slot_id": "SERVICE-13",
          "customer": "Fictional client 13",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-14",
          "slot_id": "SERVICE-14",
          "customer": "Fictional client 14",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-15",
          "slot_id": "SERVICE-15",
          "customer": "Fictional client 15",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-16",
          "slot_id": "SERVICE-16",
          "customer": "Fictional client 16",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-17",
          "slot_id": "SERVICE-17",
          "customer": "Fictional client 17",
          "status": "confirmed",
          "occupied": 1
        },
        {
          "booking_id": "SVCBOOK-18",
          "slot_id": "SERVICE-18",
          "customer": "Fictional client 18",
          "status": "confirmed",
          "occupied": 1
        }
      ]
    }
  },
  "metrics": [
    {
      "id": "shifts-paid_hours",
      "label": "Paid hours",
      "value": 336.0,
      "unit": "hours",
      "calculation": "Sum shifts.paid_hours over the included records.",
      "formula": {
        "op": "sum",
        "table": "shifts",
        "column": "paid_hours"
      }
    },
    {
      "id": "shifts-base_pay",
      "label": "Base pay",
      "value": 9072.0,
      "unit": "USD",
      "calculation": "Sum shifts.base_pay over the included records.",
      "formula": {
        "op": "sum",
        "table": "shifts",
        "column": "base_pay"
      }
    },
    {
      "id": "employees-count",
      "label": "Employees",
      "value": 8.0,
      "unit": "records",
      "calculation": "Count unique employee_id values in employees.",
      "formula": {
        "op": "count",
        "table": "employees"
      }
    }
  ],
  "chart": {
    "title": "Base pay by employee",
    "unit": "USD",
    "points": [
      {
        "label": "EMP-01",
        "value": 840
      },
      {
        "label": "EMP-02",
        "value": 924
      },
      {
        "label": "EMP-03",
        "value": 1008
      },
      {
        "label": "EMP-04",
        "value": 1092
      },
      {
        "label": "EMP-05",
        "value": 1176
      },
      {
        "label": "EMP-06",
        "value": 1260
      },
      {
        "label": "EMP-07",
        "value": 1344
      },
      {
        "label": "EMP-08",
        "value": 1428
      }
    ]
  },
  "notes": [
    "Base pay excludes statutory overtime, payroll tax, benefits and deductions. This is a scheduling/import example, not a payroll compliance engine."
  ]
}
