{
  "schemaVersion": 1,
  "kitId": "business-nonprofit-fundraising",
  "asOf": "2026-09-08",
  "tableCounts": {
    "campaigns": 3,
    "donors": 8,
    "pledges": 12,
    "grants": 3,
    "volunteers": 8,
    "events": 4,
    "volunteer_shifts": 16,
    "impact": 4
  },
  "primaryKeyDuplicates": 0,
  "foreignKeyFailures": 0,
  "metrics": [
    {
      "id": "pledges-pledged",
      "label": "Pledged support",
      "value": 2850.0,
      "unit": "USD",
      "calculation": "Sum pledges.pledged over the included records.",
      "formula": {
        "op": "sum",
        "table": "pledges",
        "column": "pledged"
      }
    },
    {
      "id": "pledges-received",
      "label": "Received support",
      "value": 1800.0,
      "unit": "USD",
      "calculation": "Sum pledges.received over the included records.",
      "formula": {
        "op": "sum",
        "table": "pledges",
        "column": "received"
      }
    },
    {
      "id": "pledges-remaining",
      "label": "Outstanding pledges",
      "value": 1050.0,
      "unit": "USD",
      "calculation": "Sum pledges.remaining over the included records.",
      "formula": {
        "op": "sum",
        "table": "pledges",
        "column": "remaining"
      }
    }
  ],
  "chart": {
    "title": "Received by campaign",
    "unit": "USD",
    "points": [
      {
        "label": "Community garden",
        "value": 525
      },
      {
        "label": "Workshop supplies",
        "value": 600
      },
      {
        "label": "Library corner",
        "value": 675
      }
    ]
  },
  "negativeTests": {
    "cases": 3,
    "errors": [
      "duplicate-primary-key",
      "schema-type",
      "foreign-key"
    ]
  },
  "compatibility": "Model-derived fixture assertions. External platform storage has not been exercised.",
  "numericWorkflowChecks": {
    "requestedGrantsUSD": 7500.0,
    "awardedGrantsUSD": 4500.0,
    "volunteerHours": 47.0,
    "eventParticipants": 84.0
  }
}
