{
  "service": {
    "name": "Emberleaf Roastery",
    "environment": "production",
    "version": "2.4.1",
    "timezone": "America/Toronto",
    "currency": "CAD",
    "features": {
      "online_orders": true,
      "wholesale_portal": true,
      "subscriptions": false,
      "inventory_alerts": true
    }
  },
  "roastery": {
    "batch_capacity_kg": 12,
    "roasters": [
      {
        "id": "roaster-01",
        "model": "Crimson Drum R12",
        "status": "available",
        "temperature_unit": "celsius"
      },
      {
        "id": "roaster-02",
        "model": "LeafFire Sample 2",
        "status": "maintenance",
        "temperature_unit": "celsius"
      }
    ],
    "operating_hours": {
      "monday": ["08:00", "17:00"],
      "tuesday": ["08:00", "17:00"],
      "wednesday": ["08:00", "17:00"],
      "thursday": ["08:00", "17:00"],
      "friday": ["08:00", "15:00"],
      "saturday": null,
      "sunday": null
    }
  },
  "inventory": {
    "low_stock_threshold_kg": 5,
    "lots": [
      {
        "lot_id": "TEA-2026-071",
        "name": "Yunnan Golden Tips",
        "origin": {
          "country": "China",
          "region": "Lincang",
          "garden": "Da Xue Shan"
        },
        "harvest": {
          "season": "spring",
          "year": 2026
        },
        "stock_kg": 18.5,
        "reserved_kg": 4,
        "organic_certified": false,
        "tags": ["black-tea", "honey", "cacao"]
      },
      {
        "lot_id": "TEA-2026-084",
        "name": "Nepal Himalayan White",
        "origin": {
          "country": "Nepal",
          "region": "Ilam",
          "garden": "Kanchanjangha"
        },
        "harvest": {
          "season": "first-flush",
          "year": 2026
        },
        "stock_kg": 3.75,
        "reserved_kg": 1.25,
        "organic_certified": true,
        "tags": ["white-tea", "floral", "stone-fruit"]
      }
    ]
  },
  "roast_profiles": [
    {
      "profile_id": "RP-BLACK-03",
      "name": "Warm Oxidized Finish",
      "target_tea_types": ["black-tea", "oolong"],
      "stages": [
        {
          "name": "preheat",
          "target_temperature_c": 112,
          "duration_seconds": 240,
          "drum_speed_rpm": 42
        },
        {
          "name": "development",
          "target_temperature_c": 138,
          "duration_seconds": 390,
          "drum_speed_rpm": 36
        },
        {
          "name": "cooling",
          "target_temperature_c": 28,
          "duration_seconds": 300,
          "drum_speed_rpm": 50
        }
      ]
    }
  ],
  "current_batches": [
    {
      "batch_id": "BATCH-20260717-003",
      "lot_id": "TEA-2026-071",
      "profile_id": "RP-BLACK-03",
      "roaster_id": "roaster-01",
      "input_weight_kg": 8,
      "status": "scheduled",
      "scheduled_at": "2026-07-17T13:30:00-04:00",
      "operator": {
        "employee_id": "EMP-014",
        "name": "Maya Chen"
      },
      "quality_checks": []
    }
  ],
  "notifications": {
    "channels": {
      "email": {
        "enabled": true,
        "recipients": ["production@emberleaf.example", "inventory@emberleaf.example"]
      },
      "sms": {
        "enabled": false,
        "recipients": []
      }
    },
    "events": ["batch_completed", "temperature_deviation", "low_stock"]
  },
  "metadata": {
    "generated_at": "2026-07-17T09:12:44-04:00",
    "request_id": "req_7f91c2a4e6",
    "region": "ca-central"
  }
}