{
  "service": {
    "name": "Emberleaf Roastery API",
    "version": "1.4.2",
    "environment": "production",
    "region": "ca-central-1",
    "baseUrl": "https://api.emberleaf.example/v1",
    "status": "operational"
  },
  "roastery": {
    "id": "rst_8f21c4",
    "name": "Emberleaf Tea Works",
    "timezone": "America/Toronto",
    "contact": {
      "email": "orders@emberleaf.example",
      "phone": "+1-416-555-0187"
    },
    "address": {
      "line1": "42 Foundry Lane",
      "city": "Hamilton",
      "province": "ON",
      "postalCode": "L8P 1A1",
      "country": "CA"
    }
  },
  "production": {
    "batchSizeKg": {
      "minimum": 2,
      "maximum": 12
    },
    "roasters": [
      {
        "id": "roaster_01",
        "model": "Kawasaki Microfire 12",
        "capacityKg": 12,
        "status": "available",
        "lastCalibrationAt": "2026-07-08T14:30:00-04:00"
      },
      {
        "id": "roaster_02",
        "model": "Ember Drum Mini 5",
        "capacityKg": 5,
        "status": "roasting",
        "lastCalibrationAt": "2026-07-11T09:15:00-04:00"
      }
    ],
    "activeBatch": {
      "batchId": "batch_20260715_014",
      "teaLotId": "lot_tw_2606_17",
      "roasterId": "roaster_02",
      "profile": {
        "name": "Gentle Honey Oolong",
        "stages": [
          {
            "name": "warmup",
            "targetTemperatureC": 92,
            "durationSeconds": 180,
            "drumRpm": 24
          },
          {
            "name": "development",
            "targetTemperatureC": 118,
            "durationSeconds": 420,
            "drumRpm": 31
          },
          {
            "name": "finish",
            "targetTemperatureC": 104,
            "durationSeconds": 120,
            "drumRpm": 27
          }
        ]
      },
      "startedAt": "2026-07-15T10:42:18-04:00",
      "estimatedCompletionAt": "2026-07-15T10:54:18-04:00",
      "operator": {
        "id": "usr_104",
        "name": "Maya Chen"
      },
      "telemetry": {
        "currentStage": "development",
        "beanTemperatureC": 113.6,
        "exhaustTemperatureC": 126.2,
        "drumRpm": 31,
        "elapsedSeconds": 438
      }
    }
  },
  "inventory": {
    "lowStockThresholdKg": 8,
    "lots": [
      {
        "id": "lot_tw_2606_17",
        "teaType": "oolong",
        "cultivar": "Qing Xin",
        "origin": {
          "country": "Taiwan",
          "region": "Nantou",
          "garden": "Shanlin Cooperative",
          "elevationMeters": 1350
        },
        "harvest": {
          "season": "spring",
          "year": 2026,
          "pickedOn": "2026-05-18"
        },
        "processing": [
          "hand-picked",
          "sun-withered",
          "lightly-oxidized",
          "rolled"
        ],
        "quantityKg": 34.5,
        "reservedKg": 5,
        "costPerKg": {
          "amount": 68.4,
          "currency": "CAD"
        }
      },
      {
        "id": "lot_jp_2605_08",
        "teaType": "green",
        "cultivar": "Yabukita",
        "origin": {
          "country": "Japan",
          "region": "Shizuoka",
          "garden": "Mori Family Farm",
          "elevationMeters": 420
        },
        "harvest": {
          "season": "first flush",
          "year": 2026,
          "pickedOn": "2026-04-29"
        },
        "processing": [
          "machine-picked",
          "steamed",
          "rolled",
          "dried"
        ],
        "quantityKg": 6.75,
        "reservedKg": 2.5,
        "costPerKg": {
          "amount": 74.25,
          "currency": "CAD"
        }
      }
    ]
  },
  "orders": {
    "acceptingOrders": true,
    "dailyCutoff": "14:00",
    "defaultLeadTimeDays": 3,
    "supportedPackageSizesGrams": [
      50,
      100,
      250,
      500
    ],
    "pending": [
      {
        "orderId": "ord_73921",
        "customerType": "wholesale",
        "requestedShipDate": "2026-07-18",
        "items": [
          {
            "sku": "OOL-HNY-100",
            "name": "Honey-Roasted High Mountain Oolong",
            "packageSizeGrams": 100,
            "quantity": 24,
            "unitPrice": {
              "amount": 13.5,
              "currency": "CAD"
            }
          }
        ],
        "shipping": {
          "method": "ground",
          "temperatureControlled": false,
          "destinationCountry": "CA"
        }
      }
    ]
  },
  "qualityControl": {
    "requireCuppingApproval": true,
    "retentionSampleGrams": 30,
    "checks": [
      "moisture",
      "aroma",
      "liquor_color",
      "roast_uniformity",
      "foreign_material"
    ],
    "acceptableMoisturePercent": {
      "minimum": 2.5,
      "maximum": 5.5
    }
  },
  "notifications": {
    "channels": {
      "email": {
        "enabled": true,
        "recipients": [
          "production@emberleaf.example",
          "quality@emberleaf.example"
        ]
      },
      "sms": {
        "enabled": false,
        "recipients": []
      }
    },
    "events": [
      "batch.completed",
      "batch.temperature_deviation",
      "inventory.low_stock",
      "quality_control.failed"
    ]
  },
  "metadata": {
    "generatedAt": "2026-07-15T10:49:36-04:00",
    "requestId": "req_01J2X6M8N4QKT7V3E5C9",
    "dataRetentionDays": 365
  }
}