{
  "service": {
    "name": "emberleaf-roastery-api",
    "environment": "production",
    "version": "1.8.2",
    "region": "us-east-1",
    "timezone": "America/New_York"
  },
  "roastery": {
    "id": "roastery_emberleaf_001",
    "name": "Emberleaf Small Batch Tea Roasters",
    "location": {
      "street": "1428 Willow Market Lane",
      "city": "Asheville",
      "state": "NC",
      "postalCode": "28801",
      "country": "US"
    },
    "contact": {
      "email": "orders@emberleaftea.com",
      "phone": "+1-828-555-0147"
    }
  },
  "inventory": {
    "lastSyncedAt": "2026-07-10T14:42:18Z",
    "lots": [
      {
        "lotId": "LOT-2026-07-DJ-014",
        "teaType": "Darjeeling First Flush",
        "origin": {
          "country": "India",
          "garden": "Glenburn",
          "elevationMeters": 1650
        },
        "roastProfile": {
          "profileId": "light-floral-04",
          "temperatureCelsius": 92,
          "durationMinutes": 11,
          "coolingMethod": "forced_air"
        },
        "quantity": {
          "availableGrams": 4200,
          "reservedGrams": 850
        },
        "tastingNotes": [
          "white grape",
          "spring flowers",
          "almond skin"
        ]
      },
      {
        "lotId": "LOT-2026-06-TW-022",
        "teaType": "Taiwanese Oolong",
        "origin": {
          "country": "Taiwan",
          "region": "Alishan",
          "elevationMeters": 1400
        },
        "roastProfile": {
          "profileId": "medium-honey-02",
          "temperatureCelsius": 118,
          "durationMinutes": 24,
          "coolingMethod": "ambient_tray"
        },
        "quantity": {
          "availableGrams": 6800,
          "reservedGrams": 1200
        },
        "tastingNotes": [
          "orchid",
          "honey",
          "toasted chestnut"
        ]
      }
    ]
  },
  "orders": {
    "queueLimit": 50,
    "currentQueueDepth": 7,
    "fulfillmentWindows": [
      {
        "day": "Tuesday",
        "cutoffTime": "10:00",
        "carrierPickup": "16:30"
      },
      {
        "day": "Friday",
        "cutoffTime": "10:00",
        "carrierPickup": "16:30"
      }
    ]
  },
  "qualityControl": {
    "cuppingRequired": true,
    "minimumRestHoursAfterRoast": 18,
    "checks": [
      {
        "name": "moisture_content",
        "targetRange": {
          "min": 3.2,
          "max": 5.8,
          "unit": "percent"
        }
      },
      {
        "name": "aroma_score",
        "targetRange": {
          "min": 7.5,
          "max": 10,
          "unit": "points"
        }
      }
    ]
  },
  "notifications": {
    "lowInventoryThresholdGrams": 1500,
    "channels": [
      {
        "type": "email",
        "enabled": true,
        "recipients": [
          "production@emberleaftea.com",
          "purchasing@emberleaftea.com"
        ]
      },
      {
        "type": "sms",
        "enabled": false,
        "recipients": []
      }
    ]
  }
}