{
  "schemaVersion": "1.0",
  "exampleOnly": true,
  "scope": "Illustrative batch model; human active minutes and one labor rate. Quality must be checked separately. Labor value is not cash saved.",
  "scenarios": [
    {
      "id": "lighter-review",
      "label": "Lighter review",
      "input": {
        "items": 20,
        "manualMinutes": 18,
        "prepMinutes": 2,
        "generationMinutes": 1,
        "reviewMinutes": 4,
        "reworkMinutes": 2,
        "setupMinutes": 60,
        "hourlyRate": 60,
        "toolCost": 12
      },
      "expected": {
        "manualTotalMinutes": 360,
        "assistedTotalMinutes": 240,
        "timeSavedMinutes": 120,
        "manualCost": 360,
        "assistedCost": 252,
        "netLaborValue": 108
      }
    },
    {
      "id": "time-break-even",
      "label": "More rework",
      "input": {
        "items": 20,
        "manualMinutes": 18,
        "prepMinutes": 2,
        "generationMinutes": 1,
        "reviewMinutes": 4,
        "reworkMinutes": 8,
        "setupMinutes": 60,
        "hourlyRate": 60,
        "toolCost": 12
      },
      "expected": {
        "manualTotalMinutes": 360,
        "assistedTotalMinutes": 360,
        "timeSavedMinutes": 0,
        "manualCost": 360,
        "assistedCost": 372,
        "netLaborValue": -12
      }
    },
    {
      "id": "slower",
      "label": "Rework outweighs savings",
      "input": {
        "items": 20,
        "manualMinutes": 18,
        "prepMinutes": 2,
        "generationMinutes": 1,
        "reviewMinutes": 4,
        "reworkMinutes": 12,
        "setupMinutes": 60,
        "hourlyRate": 60,
        "toolCost": 12
      },
      "expected": {
        "manualTotalMinutes": 360,
        "assistedTotalMinutes": 440,
        "timeSavedMinutes": -80,
        "manualCost": 360,
        "assistedCost": 452,
        "netLaborValue": -92
      }
    }
  ]
}
