{
  "service": {
    "name": "Emberleaf Roastery API",
    "version": "1.4.2",
    "environment": "production",
    "region": "ca-central-1",
    "baseUrl": "https://api.emberleaf.example/v1",
    "maintenanceMode": false
  },
  "roastery": {
    "id": "rst_7f3a91",
    "name": "Emberleaf Small-Batch Tea Roasters",
    "timezone": "America/Toronto",
    "contact": {
      "email": "production@emberleaf.example",
      "phone": "+1-416-555-0148"
    },
    "equipment": [
      {
        "id": "roaster_01",
        "model": "Kiroku TR-5",
        "capacityKg": 5,
        "status": "available",
        "sensors": {
          "drumTemperature": true,
          "exhaustTemperature": true,
          "ambientHumidity": true
        }
      },
      {
        "id": "roaster_02",
        "model": "Kiroku TR-2",
        "capacityKg": 2,
        "status": "cooling",
        "sensors": {
          "drumTemperature": true,
          "exhaustTemperature": true,
          "ambientHumidity": false
        }
      }
    ]
  },
  "production": {
    "batchPrefix": "EL",
    "maximumDailyBatches": 12,
    "defaultProfile": {
      "preheatCelsius": 118,
      "drumRpm": 42,
      "stages": [
        {
          "name": "warm",
          "targetCelsius": 92,
          "durationSeconds": 240
        },
        {
          "name": "develop",
          "targetCelsius": 126,
          "durationSeconds": 390
        },
        {
          "name": "finish",
          "targetCelsius": 108,
          "durationSeconds": 150
        }
      ],
      "cooling": {
        "method": "forced_air",
        "targetCelsius": 28,
        "maximumDurationSeconds": 480
      }
    },
    "activeBatches": [
      {
        "batchId": "EL-20260731-004",
        "tea": {
          "sku": "OOL-TW-DH-24",
          "name": "Dong Ding Oolong",
          "origin": {
            "country": "Taiwan",
            "region": "Nantou County",
            "garden": "Lugu Cooperative"
          },
          "harvest": {
            "season": "spring",
            "year": 2026,
            "cultivar": "Qing Xin"
          }
        },
        "inputWeightKg": 3.8,
        "roasterId": "roaster_02",
        "profile": "medium_honey",
        "status": "cooling",
        "startedAt": "2026-07-31T09:42:18-04:00",
        "readings": [
          {
            "elapsedSeconds": 0,
            "drumCelsius": 116.8,
            "exhaustCelsius": 73.2
          },
          {
            "elapsedSeconds": 300,
            "drumCelsius": 101.4,
            "exhaustCelsius": 87.9
          },
          {
            "elapsedSeconds": 720,
            "drumCelsius": 124.6,
            "exhaustCelsius": 105.1
          }
        ],
        "qualityChecks": {
          "aroma": "toasted orchid and honey",
          "leafColor": "deep olive",
          "flags": []
        }
      }
    ]
  },
  "inventory": {
    "lowStockThresholdKg": 8,
    "lots": [
      {
        "lotId": "lot_2026_041",
        "sku": "OOL-TW-DH-24",
        "greenLeafKg": 18.6,
        "reservedKg": 7.6,
        "storage": {
          "room": "A",
          "shelf": "A-03",
          "container": "food-grade sealed liner"
        }
      },
      {
        "lotId": "lot_2026_052",
        "sku": "BLK-IN-AS-11",
        "greenLeafKg": 6.9,
        "reservedKg": 2.5,
        "storage": {
          "room": "B",
          "shelf": "B-07",
          "container": "nitrogen-flushed drum"
        }
      }
    ]
  },
  "notifications": {
    "channels": [
      {
        "type": "email",
        "target": "production@emberleaf.example",
        "events": [
          "batch.completed",
          "quality_check.failed",
          "inventory.low"
        ],
        "enabled": true
      },
      {
        "type": "webhook",
        "target": "https://ops.emberleaf.example/hooks/roastery",
        "events": [
          "batch.started",
          "batch.completed",
          "equipment.alert"
        ],
        "enabled": true,
        "retryPolicy": {
          "maximumAttempts": 5,
          "backoffSeconds": [
            10,
            30,
            90,
            300
          ]
        }
      }
    ]
  },
  "metadata": {
    "generatedAt": "2026-07-31T10:06:44-04:00",
    "requestId": "req_b8096d81e24a",
    "units": "metric"
  }
}