{
  "schemaVersion": 1,
  "kitId": "business-education-training",
  "asOf": "2026-09-08",
  "tableCounts": {
    "courses": 3,
    "learners": 12,
    "enrollments": 18,
    "attendance": 36,
    "learning_materials": 3
  },
  "primaryKeyDuplicates": 0,
  "foreignKeyFailures": 0,
  "metrics": [
    {
      "id": "enrollments-count",
      "label": "Enrollments",
      "value": 18.0,
      "unit": "records",
      "calculation": "Count unique enrollment_id values in enrollments.",
      "formula": {
        "op": "count",
        "table": "enrollments"
      }
    },
    {
      "id": "enrollments-passed",
      "label": "Passed completions",
      "value": 9.0,
      "unit": "learners",
      "calculation": "Sum enrollments.passed over the included records.",
      "formula": {
        "op": "sum",
        "table": "enrollments",
        "column": "passed"
      }
    },
    {
      "id": "courses-capacity",
      "label": "Available course seats",
      "value": 30.0,
      "unit": "seats",
      "calculation": "Sum courses.capacity over the included records.",
      "formula": {
        "op": "sum",
        "table": "courses",
        "column": "capacity"
      }
    }
  ],
  "chart": {
    "title": "Passes by course",
    "unit": "completions",
    "points": [
      {
        "label": "COURSE-1",
        "value": 3
      },
      {
        "label": "COURSE-2",
        "value": 3
      },
      {
        "label": "COURSE-3",
        "value": 3
      }
    ]
  },
  "negativeTests": {
    "cases": 3,
    "errors": [
      "duplicate-primary-key",
      "schema-type",
      "foreign-key"
    ]
  },
  "compatibility": "Model-derived fixture assertions. External platform storage has not been exercised.",
  "numericWorkflowChecks": {
    "attendanceRecords": 36,
    "presentRecords": 30,
    "completedEnrollments": 15,
    "passedCompletions": 9.0,
    "learningMaterials": 3
  }
}
