{
  "catalog": {
    "shop": "Stachel & Tee",
    "location": "4 Hedgerow Lane",
    "schema_version": "0.1"
  },
  "teas": [
    {
      "id": "igel-blend",
      "name": "The Igel Blend",
      "type": "rooibos",
      "base": "rooibos",
      "additives": ["ginger"],
      "temperature_c": 98,
      "steep_seconds": 300,
      "mood_tags": ["grounding", "brave", "earthy", "small"],
      "time_of_day": ["morning", "afternoon", "evening"],
      "strength": "medium",
      "caffeine": false,
      "notes": "Warm all the way down. For when you need to feel small and brave."
    },
    {
      "id": "sencha-no-7",
      "name": "Sencha No. 7",
      "type": "green",
      "base": "sencha",
      "additives": [],
      "temperature_c": 75,
      "steep_seconds": 120,
      "mood_tags": ["focus", "serious", "clear", "steady"],
      "time_of_day": ["morning", "afternoon"],
      "strength": "medium-light",
      "caffeine": true,
      "notes": "The serious green. For serious moods."
    },
    {
      "id": "chamomile-nights",
      "name": "Chamomile Nights",
      "type": "herbal",
      "base": "chamomile",
      "additives": [],
      "temperature_c": 95,
      "steep_seconds": 240,
      "mood_tags": ["rest", "stop", "release", "soft"],
      "time_of_day": ["evening", "night"],
      "strength": "light",
      "caffeine": false,
      "notes": "For people who need to stop."
    },
    {
      "id": "oolong-of-thinking",
      "name": "Oolong of Thinking",
      "type": "oolong",
      "base": "oolong",
      "additives": [],
      "temperature_c": 88,
      "steep_seconds": 180,
      "mood_tags": ["ponder", "curious", "unhurried", "start"],
      "time_of_day": ["afternoon"],
      "strength": "medium",
      "caffeine": true,
      "notes": "For people who need to start."
    },
    {
      "id": "earl-grey",
      "name": "Earl Grey",
      "type": "black",
      "base": "black",
      "additives": ["bergamot"],
      "temperature_c": 95,
      "steep_seconds": 210,
      "mood_tags": ["classic", "correct", "non-negotiable", "reliable"],
      "time_of_day": ["morning", "afternoon"],
      "strength": "full",
      "caffeine": true,
      "notes": "Classic. Correct. Non-negotiable."
    }
  ],
  "mood_map": {
    "grounding": ["igel-blend"],
    "brave": ["igel-blend"],
    "focus": ["sencha-no-7", "oolong-of-thinking"],
    "serious": ["sencha-no-7"],
    "rest": ["chamomile-nights"],
    "stop": ["chamomile-nights"],
    "ponder": ["oolong-of-thinking"],
    "curious": ["oolong-of-thinking"],
    "classic": ["earl-grey"],
    "reliable": ["earl-grey"],
    "small": ["igel-blend"],
    "clear": ["sencha-no-7"]
  },
  "_license": "CC0-1.0"
}