{
  "schemaVersion": 1,
  "brand": "Happiest Labs",
  "industry": "Finance",
  "proof": "illustrative_synthetic",
  "nativeEvaluation": "pending",
  "status": "Native product evaluation pending. This is an authored example of the intended workflow, not a recording of model output or a customer result.",
  "sources": [
    {
      "id": "financials",
      "name": "annual-financials.csv",
      "description": "Synthetic company data; USD millions",
      "content": "year,revenue,operating_costs\n2024,80,52\n2025,96,60"
    },
    {
      "id": "analyst",
      "name": "analyst-note.txt",
      "description": "Synthetic working note for comparison",
      "content": "Draft analyst note: 2025 revenue was USD 94 million.\nThe annual-financials.csv export is the source for reported values."
    }
  ],
  "workflows": [
    {
      "slug": "financial-reconciliation",
      "industry": "finance",
      "title": "Reconcile a financial packet",
      "description": "Check a working note against the financial source and inspect the difference.",
      "question": "Does the analyst note match reported 2025 revenue?",
      "resultTitle": "A $2 million discrepancy",
      "columns": [
        "Source",
        "2025 revenue",
        "Status"
      ],
      "rows": [
        [
          "Annual financials",
          "$96m",
          "Source value"
        ],
        [
          "Analyst note",
          "$94m",
          "Working note"
        ],
        [
          "Difference",
          "$2m",
          "Calculated"
        ]
      ],
      "explanation": "96 − 94 = 2 million. The example compares supplied documents; it does not establish independent financial truth.",
      "sourceIds": [
        "financials",
        "analyst"
      ]
    },
    {
      "slug": "period-financial-comparison",
      "industry": "finance",
      "title": "Compare financial periods",
      "description": "Connect revenue growth and operating margin to their underlying rows.",
      "question": "How did revenue and operating profit change from 2024 to 2025?",
      "resultTitle": "Revenue grew 20% in this example",
      "columns": [
        "Metric",
        "2024",
        "2025"
      ],
      "rows": [
        [
          "Revenue",
          "$80m",
          "$96m"
        ],
        [
          "Operating costs",
          "$52m",
          "$60m"
        ],
        [
          "Operating profit",
          "$28m",
          "$36m"
        ],
        [
          "Operating margin",
          "35.0%",
          "37.5%"
        ]
      ],
      "explanation": "Revenue growth = (96 − 80) / 80. Operating profit = revenue − operating costs. These are synthetic figures.",
      "sourceIds": [
        "financials"
      ]
    }
  ]
}