{
  "service": {
    "name": "Emberleaf Roastery",
    "environment": "production",
    "version": "2.4.1",
    "timezone": "America/Toronto",
    "currency": "CAD",
    "features": {
      "batchTracking": true,
      "automaticRestock": false,
      "temperatureAlerts": true
    }
  },
  "roaster": {
    "id": "roaster-03",
    "model": "Crimson Drum T12",
    "capacityKg": 12,
    "status": "active",
    "sensors": [
      {
        "type": "drum_temperature",
        "unit": "celsius",
        "sampleIntervalSeconds": 5
      },
      {
        "type": "airflow",
        "unit": "percent",
        "sampleIntervalSeconds": 10
      }
    ]
  },
  "activeBatch": {
    "batchId": "BT-2026-0715-04",
    "tea": {
      "name": "Spring Mist Oolong",
      "origin": {
        "country": "Taiwan",
        "region": "Nantou",
        "garden": "Qingxin Family Garden",
        "elevationMeters": 1350
      },
      "harvest": {
        "season": "spring",
        "year": 2026,
        "cultivar": "Qing Xin"
      }
    },
    "inputWeightKg": 8.5,
    "startedAt": "2026-07-15T09:42:18-04:00",
    "profile": {
      "name": "Light Floral Finish",
      "targetDurationMinutes": 18,
      "stages": [
        {
          "name": "warmup",
          "durationSeconds": 240,
          "targetTemperatureC": 92,
          "drumSpeedRpm": 32
        },
        {
          "name": "development",
          "durationSeconds": 600,
          "targetTemperatureC": 118,
          "drumSpeedRpm": 38
        },
        {
          "name": "finish",
          "durationSeconds": 240,
          "targetTemperatureC": 104,
          "drumSpeedRpm": 30
        }
      ]
    },
    "qualityChecks": [
      {
        "check": "leaf_moisture",
        "measuredValue": 5.8,
        "unit": "percent",
        "result": "pass"
      },
      {
        "check": "aroma",
        "notes": [
          "orchid",
          "sweet grass",
          "light honey"
        ],
        "result": "pass"
      }
    ]
  },
  "inventory": {
    "packaging": [
      {
        "sku": "POUCH-100-BLK",
        "description": "100 g matte black resealable pouch",
        "quantityOnHand": 184,
        "reorderThreshold": 75
      },
      {
        "sku": "TIN-050-SLV",
        "description": "50 g brushed silver tea tin",
        "quantityOnHand": 42,
        "reorderThreshold": 30
      }
    ],
    "greenTeaLots": [
      {
        "lotId": "LOT-TW-26041",
        "availableKg": 26.4,
        "reservedKg": 8.5,
        "storage": {
          "zone": "COLD-2",
          "temperatureC": 6,
          "humidityPercent": 48
        }
      }
    ]
  },
  "alerts": {
    "enabled": true,
    "channels": [
      {
        "type": "email",
        "recipients": [
          "roastmaster@emberleaf.example",
          "operations@emberleaf.example"
        ]
      },
      {
        "type": "sms",
        "recipients": [
          "+14165550184"
        ]
      }
    ],
    "thresholds": {
      "maximumTemperatureC": 132,
      "maximumBatchDurationMinutes": 24,
      "minimumInventoryKg": 10
    }
  }
}