{
  "schemaVersion": 1,
  "brand": "Happiest Labs",
  "industry": "Aerospace",
  "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": "tests",
      "name": "requirements-tests.csv",
      "description": "Synthetic requirements-to-test mapping",
      "content": "requirement,test,status\nAS-01,TEST-01,Pass\nAS-02,TEST-02,Pending\nAS-03,,No test supplied"
    },
    {
      "id": "supplier",
      "name": "supplier-report.txt",
      "description": "Synthetic supplier report and addendum",
      "content": "Original report: Batch B-17 inspection complete.\nAddendum: Batch B-17 dimensional check remains pending. Original completion status is withdrawn."
    }
  ],
  "workflows": [
    {
      "slug": "requirements-to-test-evidence",
      "industry": "aerospace",
      "title": "Link requirements to test evidence",
      "description": "Review supplied test status and identify missing coverage.",
      "question": "Which requirements have pending or absent test evidence?",
      "resultTitle": "Two requirements need further evidence",
      "columns": [
        "Requirement",
        "Test",
        "Status"
      ],
      "rows": [
        [
          "AS-01",
          "TEST-01",
          "Pass recorded"
        ],
        [
          "AS-02",
          "TEST-02",
          "Pending"
        ],
        [
          "AS-03",
          "Not supplied",
          "Evidence gap"
        ]
      ],
      "explanation": "This matrix reflects the supplied records, not a determination of engineering compliance or airworthiness.",
      "sourceIds": [
        "tests"
      ]
    },
    {
      "slug": "supplier-exception-review",
      "industry": "aerospace",
      "title": "Review supplier exceptions",
      "description": "Read an addendum alongside its original report.",
      "question": "Is Batch B-17 inspection complete under the latest report?",
      "resultTitle": "Completion status was withdrawn",
      "columns": [
        "Document",
        "Batch",
        "Status"
      ],
      "rows": [
        [
          "Original report",
          "B-17",
          "Complete"
        ],
        [
          "Addendum",
          "B-17",
          "Dimensional check pending"
        ]
      ],
      "explanation": "The supplied addendum withdraws the original status. A reviewer must investigate the pending check.",
      "sourceIds": [
        "supplier"
      ]
    }
  ]
}