{
  "id": 16,
  "name": "Decaf VST",
  "phases": [
    {
      "name": "Gentle Decaf Fill",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 3,
        "curve": "INSTANT"
      },
      "restriction": 2,
      "stopConditions": {
        "time": 8000,
        "pressureAbove": 2.5
      }
    },
    {
      "name": "Structure Bloom",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 2,
        "curve": "INSTANT",
        "start": 2.5
      },
      "stopConditions": {
        "time": 7000
      }
    },
    {
      "name": "Plum Jam Peak",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 7.5,
        "time": 3000,
        "curve": "LINEAR",
        "start": 2
      },
      "restriction": 5,
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "name": "Cake Taper",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 5,
        "time": 22000,
        "curve": "EASE_OUT",
        "start": 7.5
      },
      "restriction": 5,
      "stopConditions": {
        "time": 30000
      }
    }
  ],
  "recipe": {
    "ratio": 2.27,
    "coffeeIn": 18.5,
    "coffeeOut": 42
  },
  "waterTemperature": 91,
  "globalStopConditions": {
    "weight": 42
  }
}