{
  "schemaVersion": 1,
  "kitId": "business-saas-subscriptions",
  "asOf": "2026-09-08",
  "tableCounts": {
    "accounts": 6,
    "invoices": 12,
    "usage": 18,
    "tickets": 12,
    "ticket_events": 24,
    "service_reports": 3
  },
  "primaryKeyDuplicates": 0,
  "foreignKeyFailures": 0,
  "metrics": [
    {
      "id": "accounts-active_mrr",
      "label": "Active monthly recurring revenue",
      "value": 235.0,
      "unit": "USD",
      "calculation": "Sum accounts.active_mrr over the included records.",
      "formula": {
        "op": "sum",
        "table": "accounts",
        "column": "active_mrr"
      }
    },
    {
      "id": "invoices-paid",
      "label": "Paid invoices",
      "value": 649.0,
      "unit": "USD",
      "calculation": "Sum invoices.paid over the included records.",
      "formula": {
        "op": "sum",
        "table": "invoices",
        "column": "paid"
      }
    },
    {
      "id": "invoices-outstanding",
      "label": "Outstanding invoices",
      "value": 19.0,
      "unit": "USD",
      "calculation": "Sum invoices.outstanding over the included records.",
      "formula": {
        "op": "sum",
        "table": "invoices",
        "column": "outstanding"
      }
    }
  ],
  "chart": {
    "title": "Active monthly revenue",
    "unit": "USD/month",
    "points": [
      {
        "label": "ACC-01",
        "value": 19
      },
      {
        "label": "ACC-02",
        "value": 49
      },
      {
        "label": "ACC-03",
        "value": 99
      },
      {
        "label": "ACC-04",
        "value": 19
      },
      {
        "label": "ACC-05",
        "value": 49
      },
      {
        "label": "ACC-06",
        "value": 0
      }
    ]
  },
  "negativeTests": {
    "cases": 3,
    "errors": [
      "duplicate-primary-key",
      "schema-type",
      "foreign-key"
    ]
  },
  "compatibility": "Model-derived fixture assertions. External platform storage has not been exercised.",
  "numericWorkflowChecks": {
    "openedTickets": 12,
    "resolvedTickets": 8,
    "responseHoursSum": 42.0,
    "reportedOpened": 12.0,
    "reportedResolved": 8.0
  }
}
