{
  "service": {
    "name": "emberleaf-roastery-api",
    "version": "2.4.1",
    "environment": "production",
    "region": "ca-central-1",
    "requestId": "req_01J9TEA7Q4M8K2Y6V3N5"
  },
  "roastery": {
    "id": "rst_1042",
    "name": "Ember & Leaf Tea Roasters",
    "timezone": "America/Toronto",
    "smallBatchCapacityKg": 18,
    "certifications": [
      "Canada Organic",
      "Rainforest Alliance Chain of Custody"
    ]
  },
  "production": {
    "activeRoasters": [
      {
        "id": "roaster-01",
        "model": "Kogane R-5",
        "capacityKg": 5,
        "status": "roasting",
        "currentBatch": {
          "batchId": "batch-2026-07-31-014",
          "teaSku": "OOL-WUYI-042",
          "teaName": "Wuyi Shui Xian",
          "inputWeightKg": 4.2,
          "profile": {
            "name": "Medium Charcoal Finish",
            "stages": [
              {
                "name": "warm",
                "targetCelsius": 92,
                "durationSeconds": 420
              },
              {
                "name": "roast",
                "targetCelsius": 128,
                "durationSeconds": 780
              },
              {
                "name": "finish",
                "targetCelsius": 142,
                "durationSeconds": 180
              }
            ]
          },
          "startedAt": "2026-07-31T09:18:42-04:00",
          "estimatedCompletionAt": "2026-07-31T09:41:42-04:00"
        }
      },
      {
        "id": "roaster-02",
        "model": "Kogane R-3",
        "capacityKg": 3,
        "status": "cooling",
        "currentBatch": {
          "batchId": "batch-2026-07-31-013",
          "teaSku": "GRN-JPN-018",
          "teaName": "Uji Hojicha",
          "inputWeightKg": 2.6,
          "outputWeightKg": 2.34,
          "cooling": {
            "startedAt": "2026-07-31T09:12:06-04:00",
            "targetMinutes": 16,
            "fanSpeedPercent": 70
          }
        }
      }
    ],
    "queue": [
      {
        "position": 1,
        "batchId": "batch-2026-07-31-015",
        "teaSku": "BLK-ASSAM-011",
        "plannedWeightKg": 4.5,
        "priority": "standard"
      },
      {
        "position": 2,
        "batchId": "batch-2026-07-31-016",
        "teaSku": "OOL-ALI-027",
        "plannedWeightKg": 3.8,
        "priority": "wholesale"
      }
    ]
  },
  "inventory": {
    "lowStockThresholdKg": 8,
    "lots": [
      {
        "lotId": "lot-cn-fj-2604",
        "teaSku": "OOL-WUYI-042",
        "origin": {
          "country": "China",
          "region": "Fujian",
          "garden": "Beidou Cooperative"
        },
        "harvest": {
          "season": "spring",
          "year": 2026,
          "pickedOn": "2026-04-19"
        },
        "availableKg": 21.7,
        "reservedKg": 8.4,
        "storage": {
          "zone": "A2",
          "container": "food-grade-liner",
          "humidityPercent": 48
        }
      },
      {
        "lotId": "lot-jp-ky-2605",
        "teaSku": "GRN-JPN-018",
        "origin": {
          "country": "Japan",
          "region": "Kyoto",
          "garden": "Minamiyamashiro Tea Works"
        },
        "harvest": {
          "season": "first flush",
          "year": 2026,
          "pickedOn": "2026-05-08"
        },
        "availableKg": 6.2,
        "reservedKg": 2.6,
        "storage": {
          "zone": "C1",
          "container": "nitrogen-flushed-bag",
          "humidityPercent": 41
        }
      }
    ]
  },
  "qualityControl": {
    "samplingRate": 0.25,
    "pendingReviews": 2,
    "latestCupping": {
      "batchId": "batch-2026-07-30-009",
      "reviewedAt": "2026-07-30T15:44:10-04:00",
      "reviewer": {
        "employeeId": "emp-007",
        "name": "Maya Chen"
      },
      "scores": {
        "aroma": 8.6,
        "body": 8.1,
        "clarity": 8.8,
        "finish": 8.4,
        "overall": 8.5
      },
      "notes": [
        "toasted hazelnut",
        "dried orchid",
        "clean mineral finish"
      ],
      "approved": true
    }
  },
  "alerts": [
    {
      "code": "INV_LOW_STOCK",
      "severity": "warning",
      "resourceId": "lot-jp-ky-2605",
      "message": "Available inventory is below the configured threshold.",
      "createdAt": "2026-07-31T08:55:12-04:00",
      "acknowledged": false
    }
  ],
  "settings": {
    "units": "metric",
    "automaticBatchLogging": true,
    "notifications": {
      "email": {
        "enabled": true,
        "recipients": [
          "production@emberleaf.example",
          "quality@emberleaf.example"
        ]
      },
      "sms": {
        "enabled": false,
        "recipients": []
      }
    }
  },
  "generatedAt": "2026-07-31T09:27:30-04:00"
}