{
  "id": 23,
  "name": "Colu Washed",
  "phases": [
    {
      "name": "Quick Pre-Infusion",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 4.5,
        "curve": "INSTANT"
      },
      "restriction": 2,
      "stopConditions": {
        "time": 6000,
        "pressureAbove": 3
      }
    },
    {
      "name": "Short Soak",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 2.5,
        "curve": "INSTANT",
        "start": 3
      },
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "name": "Brown Sugar Peak",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 8.5,
        "time": 2500,
        "curve": "LINEAR",
        "start": 2.5
      },
      "restriction": 5,
      "stopConditions": {
        "time": 2500
      }
    },
    {
      "name": "Citrus Balance Decline",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6,
        "time": 20000,
        "curve": "EASE_OUT",
        "start": 8.5
      },
      "restriction": 5,
      "stopConditions": {
        "time": 30000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 90.5,
  "globalStopConditions": {
    "weight": 39
  }
}