{
  "id": "business-saas-subscriptions",
  "slug": "saas-subscriptions",
  "title": "Juniper Workspace Cloud",
  "industry": "software",
  "description": "Subscription accounts with status-aware recurring revenue, linked invoices and payments, and product usage.",
  "workflows": [
    "account-import",
    "subscriptions",
    "billing",
    "usage",
    "support-tickets",
    "service-reports"
  ],
  "asOf": "2026-09-08",
  "source": "deterministic-synthetic",
  "tables": {
    "accounts": {
      "primaryKey": "account_id",
      "foreignKeys": [],
      "rows": [
        {
          "account_id": "ACC-01",
          "name": "Fictional workspace 1",
          "plan": "Basic",
          "monthly_rate": 19,
          "status": "active",
          "active_mrr": 19
        },
        {
          "account_id": "ACC-02",
          "name": "Fictional workspace 2",
          "plan": "Team",
          "monthly_rate": 49,
          "status": "active",
          "active_mrr": 49
        },
        {
          "account_id": "ACC-03",
          "name": "Fictional workspace 3",
          "plan": "Studio",
          "monthly_rate": 99,
          "status": "active",
          "active_mrr": 99
        },
        {
          "account_id": "ACC-04",
          "name": "Fictional workspace 4",
          "plan": "Basic",
          "monthly_rate": 19,
          "status": "active",
          "active_mrr": 19
        },
        {
          "account_id": "ACC-05",
          "name": "Fictional workspace 5",
          "plan": "Team",
          "monthly_rate": 49,
          "status": "active",
          "active_mrr": 49
        },
        {
          "account_id": "ACC-06",
          "name": "Fictional workspace 6",
          "plan": "Studio",
          "monthly_rate": 99,
          "status": "cancelled",
          "active_mrr": 0
        }
      ]
    },
    "invoices": {
      "primaryKey": "invoice_id",
      "foreignKeys": [
        {
          "column": "account_id",
          "table": "accounts",
          "targetColumn": "account_id"
        }
      ],
      "rows": [
        {
          "invoice_id": "INV-01",
          "account_id": "ACC-01",
          "month": "2026-07",
          "amount": 19,
          "paid": 19,
          "outstanding": 0
        },
        {
          "invoice_id": "INV-02",
          "account_id": "ACC-02",
          "month": "2026-07",
          "amount": 49,
          "paid": 49,
          "outstanding": 0
        },
        {
          "invoice_id": "INV-03",
          "account_id": "ACC-03",
          "month": "2026-07",
          "amount": 99,
          "paid": 99,
          "outstanding": 0
        },
        {
          "invoice_id": "INV-04",
          "account_id": "ACC-04",
          "month": "2026-07",
          "amount": 19,
          "paid": 19,
          "outstanding": 0
        },
        {
          "invoice_id": "INV-05",
          "account_id": "ACC-05",
          "month": "2026-07",
          "amount": 49,
          "paid": 49,
          "outstanding": 0
        },
        {
          "invoice_id": "INV-06",
          "account_id": "ACC-06",
          "month": "2026-07",
          "amount": 99,
          "paid": 99,
          "outstanding": 0
        },
        {
          "invoice_id": "INV-07",
          "account_id": "ACC-01",
          "month": "2026-08",
          "amount": 19,
          "paid": 19,
          "outstanding": 0
        },
        {
          "invoice_id": "INV-08",
          "account_id": "ACC-02",
          "month": "2026-08",
          "amount": 49,
          "paid": 49,
          "outstanding": 0
        },
        {
          "invoice_id": "INV-09",
          "account_id": "ACC-03",
          "month": "2026-08",
          "amount": 99,
          "paid": 99,
          "outstanding": 0
        },
        {
          "invoice_id": "INV-10",
          "account_id": "ACC-04",
          "month": "2026-08",
          "amount": 19,
          "paid": 0,
          "outstanding": 19
        },
        {
          "invoice_id": "INV-11",
          "account_id": "ACC-05",
          "month": "2026-08",
          "amount": 49,
          "paid": 49,
          "outstanding": 0
        },
        {
          "invoice_id": "INV-12",
          "account_id": "ACC-06",
          "month": "2026-08",
          "amount": 99,
          "paid": 99,
          "outstanding": 0
        }
      ]
    },
    "usage": {
      "primaryKey": "usage_id",
      "foreignKeys": [
        {
          "column": "account_id",
          "table": "accounts",
          "targetColumn": "account_id"
        }
      ],
      "rows": [
        {
          "usage_id": "USE-01",
          "account_id": "ACC-01",
          "date": "2026-08-01",
          "exports": 3,
          "storage_mb": 120
        },
        {
          "usage_id": "USE-02",
          "account_id": "ACC-02",
          "date": "2026-08-01",
          "exports": 4,
          "storage_mb": 135
        },
        {
          "usage_id": "USE-03",
          "account_id": "ACC-03",
          "date": "2026-08-01",
          "exports": 5,
          "storage_mb": 150
        },
        {
          "usage_id": "USE-04",
          "account_id": "ACC-04",
          "date": "2026-08-01",
          "exports": 6,
          "storage_mb": 165
        },
        {
          "usage_id": "USE-05",
          "account_id": "ACC-05",
          "date": "2026-08-01",
          "exports": 7,
          "storage_mb": 180
        },
        {
          "usage_id": "USE-06",
          "account_id": "ACC-06",
          "date": "2026-08-01",
          "exports": 8,
          "storage_mb": 195
        },
        {
          "usage_id": "USE-07",
          "account_id": "ACC-01",
          "date": "2026-08-02",
          "exports": 9,
          "storage_mb": 210
        },
        {
          "usage_id": "USE-08",
          "account_id": "ACC-02",
          "date": "2026-08-02",
          "exports": 3,
          "storage_mb": 225
        },
        {
          "usage_id": "USE-09",
          "account_id": "ACC-03",
          "date": "2026-08-02",
          "exports": 4,
          "storage_mb": 240
        },
        {
          "usage_id": "USE-10",
          "account_id": "ACC-04",
          "date": "2026-08-02",
          "exports": 5,
          "storage_mb": 255
        },
        {
          "usage_id": "USE-11",
          "account_id": "ACC-05",
          "date": "2026-08-02",
          "exports": 6,
          "storage_mb": 270
        },
        {
          "usage_id": "USE-12",
          "account_id": "ACC-06",
          "date": "2026-08-02",
          "exports": 7,
          "storage_mb": 285
        },
        {
          "usage_id": "USE-13",
          "account_id": "ACC-01",
          "date": "2026-08-03",
          "exports": 8,
          "storage_mb": 300
        },
        {
          "usage_id": "USE-14",
          "account_id": "ACC-02",
          "date": "2026-08-03",
          "exports": 9,
          "storage_mb": 315
        },
        {
          "usage_id": "USE-15",
          "account_id": "ACC-03",
          "date": "2026-08-03",
          "exports": 3,
          "storage_mb": 330
        },
        {
          "usage_id": "USE-16",
          "account_id": "ACC-04",
          "date": "2026-08-03",
          "exports": 4,
          "storage_mb": 345
        },
        {
          "usage_id": "USE-17",
          "account_id": "ACC-05",
          "date": "2026-08-03",
          "exports": 5,
          "storage_mb": 360
        },
        {
          "usage_id": "USE-18",
          "account_id": "ACC-06",
          "date": "2026-08-03",
          "exports": 6,
          "storage_mb": 375
        }
      ]
    },
    "tickets": {
      "primaryKey": "ticket_id",
      "foreignKeys": [
        {
          "column": "account_id",
          "table": "accounts",
          "targetColumn": "account_id"
        }
      ],
      "rows": [
        {
          "ticket_id": "TICKET-01",
          "account_id": "ACC-01",
          "opened_date": "2026-08-01",
          "category": "Account access",
          "status": "resolved",
          "priority": "normal",
          "first_response_hours": 2,
          "resolution_hours": 8
        },
        {
          "ticket_id": "TICKET-02",
          "account_id": "ACC-02",
          "opened_date": "2026-08-02",
          "category": "Export help",
          "status": "resolved",
          "priority": "high",
          "first_response_hours": 3,
          "resolution_hours": 9
        },
        {
          "ticket_id": "TICKET-03",
          "account_id": "ACC-03",
          "opened_date": "2026-08-03",
          "category": "Billing question",
          "status": "resolved",
          "priority": "normal",
          "first_response_hours": 4,
          "resolution_hours": 10
        },
        {
          "ticket_id": "TICKET-04",
          "account_id": "ACC-04",
          "opened_date": "2026-08-04",
          "category": "Account access",
          "status": "resolved",
          "priority": "high",
          "first_response_hours": 5,
          "resolution_hours": 11
        },
        {
          "ticket_id": "TICKET-05",
          "account_id": "ACC-05",
          "opened_date": "2026-08-05",
          "category": "Export help",
          "status": "resolved",
          "priority": "normal",
          "first_response_hours": 2,
          "resolution_hours": 12
        },
        {
          "ticket_id": "TICKET-06",
          "account_id": "ACC-06",
          "opened_date": "2026-08-06",
          "category": "Billing question",
          "status": "resolved",
          "priority": "high",
          "first_response_hours": 3,
          "resolution_hours": 13
        },
        {
          "ticket_id": "TICKET-07",
          "account_id": "ACC-01",
          "opened_date": "2026-08-07",
          "category": "Account access",
          "status": "resolved",
          "priority": "normal",
          "first_response_hours": 4,
          "resolution_hours": 14
        },
        {
          "ticket_id": "TICKET-08",
          "account_id": "ACC-02",
          "opened_date": "2026-08-08",
          "category": "Export help",
          "status": "resolved",
          "priority": "high",
          "first_response_hours": 5,
          "resolution_hours": 15
        },
        {
          "ticket_id": "TICKET-09",
          "account_id": "ACC-03",
          "opened_date": "2026-08-09",
          "category": "Billing question",
          "status": "open",
          "priority": "normal",
          "first_response_hours": 2,
          "resolution_hours": 0
        },
        {
          "ticket_id": "TICKET-10",
          "account_id": "ACC-04",
          "opened_date": "2026-08-10",
          "category": "Account access",
          "status": "open",
          "priority": "high",
          "first_response_hours": 3,
          "resolution_hours": 0
        },
        {
          "ticket_id": "TICKET-11",
          "account_id": "ACC-05",
          "opened_date": "2026-08-11",
          "category": "Export help",
          "status": "open",
          "priority": "normal",
          "first_response_hours": 4,
          "resolution_hours": 0
        },
        {
          "ticket_id": "TICKET-12",
          "account_id": "ACC-06",
          "opened_date": "2026-08-12",
          "category": "Billing question",
          "status": "open",
          "priority": "high",
          "first_response_hours": 5,
          "resolution_hours": 0
        }
      ]
    },
    "ticket_events": {
      "primaryKey": "event_id",
      "foreignKeys": [
        {
          "column": "ticket_id",
          "table": "tickets",
          "targetColumn": "ticket_id"
        }
      ],
      "rows": [
        {
          "event_id": "TK-EVT-01",
          "ticket_id": "TICKET-01",
          "sequence": 1,
          "event": "opened",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-02",
          "ticket_id": "TICKET-01",
          "sequence": 2,
          "event": "agent-response",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-03",
          "ticket_id": "TICKET-02",
          "sequence": 1,
          "event": "opened",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-04",
          "ticket_id": "TICKET-02",
          "sequence": 2,
          "event": "agent-response",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-05",
          "ticket_id": "TICKET-03",
          "sequence": 1,
          "event": "opened",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-06",
          "ticket_id": "TICKET-03",
          "sequence": 2,
          "event": "agent-response",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-07",
          "ticket_id": "TICKET-04",
          "sequence": 1,
          "event": "opened",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-08",
          "ticket_id": "TICKET-04",
          "sequence": 2,
          "event": "agent-response",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-09",
          "ticket_id": "TICKET-05",
          "sequence": 1,
          "event": "opened",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-10",
          "ticket_id": "TICKET-05",
          "sequence": 2,
          "event": "agent-response",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-11",
          "ticket_id": "TICKET-06",
          "sequence": 1,
          "event": "opened",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-12",
          "ticket_id": "TICKET-06",
          "sequence": 2,
          "event": "agent-response",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-13",
          "ticket_id": "TICKET-07",
          "sequence": 1,
          "event": "opened",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-14",
          "ticket_id": "TICKET-07",
          "sequence": 2,
          "event": "agent-response",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-15",
          "ticket_id": "TICKET-08",
          "sequence": 1,
          "event": "opened",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-16",
          "ticket_id": "TICKET-08",
          "sequence": 2,
          "event": "agent-response",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-17",
          "ticket_id": "TICKET-09",
          "sequence": 1,
          "event": "opened",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-18",
          "ticket_id": "TICKET-09",
          "sequence": 2,
          "event": "agent-response",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-19",
          "ticket_id": "TICKET-10",
          "sequence": 1,
          "event": "opened",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-20",
          "ticket_id": "TICKET-10",
          "sequence": 2,
          "event": "agent-response",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-21",
          "ticket_id": "TICKET-11",
          "sequence": 1,
          "event": "opened",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-22",
          "ticket_id": "TICKET-11",
          "sequence": 2,
          "event": "agent-response",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-23",
          "ticket_id": "TICKET-12",
          "sequence": 1,
          "event": "opened",
          "text": "Fictional service event for response-time testing"
        },
        {
          "event_id": "TK-EVT-24",
          "ticket_id": "TICKET-12",
          "sequence": 2,
          "event": "agent-response",
          "text": "Fictional service event for response-time testing"
        }
      ]
    },
    "service_reports": {
      "primaryKey": "report_id",
      "foreignKeys": [],
      "rows": [
        {
          "report_id": "RPT-1",
          "category": "Account access",
          "opened": 4,
          "resolved": 3,
          "response_hours_sum": 14
        },
        {
          "report_id": "RPT-2",
          "category": "Export help",
          "opened": 4,
          "resolved": 3,
          "response_hours_sum": 14
        },
        {
          "report_id": "RPT-3",
          "category": "Billing question",
          "opened": 4,
          "resolved": 2,
          "response_hours_sum": 14
        }
      ]
    }
  },
  "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
      }
    ]
  },
  "notes": [
    "MRR is the sum of active monthly plan rates at the snapshot date; cash receipts are reported separately."
  ]
}
