{
  "schemaVersion": 1,
  "kitId": "business-people-operations",
  "asOf": "2026-09-08",
  "tableCounts": {
    "employees": 8,
    "shifts": 48,
    "leave_requests": 4,
    "service_slots": 24,
    "service_bookings": 18
  },
  "primaryKeyDuplicates": 0,
  "foreignKeyFailures": 0,
  "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
      }
    ]
  },
  "negativeTests": {
    "cases": 3,
    "errors": [
      "duplicate-primary-key",
      "schema-type",
      "foreign-key"
    ]
  },
  "compatibility": "Model-derived fixture assertions. External platform storage has not been exercised.",
  "numericWorkflowChecks": {
    "serviceCapacity": 24.0,
    "occupiedServiceSlots": 17.0,
    "approvedLeaveHours": 16
  }
}
