{
  "id": 11,
  "name": "Friedhats Bookkisa",
  "phases": [
    {
      "name": "Pre-Wet (Thick Puck)",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 4,
        "curve": "INSTANT"
      },
      "restriction": 2,
      "stopConditions": {
        "time": 8000,
        "pressureAbove": 2.5
      }
    },
    {
      "name": "Bloom (Rest)",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 2,
        "curve": "INSTANT",
        "start": 2.5
      },
      "stopConditions": {
        "time": 10000
      }
    },
    {
      "name": "Extraction Peak",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 8,
        "time": 4000,
        "curve": "LINEAR",
        "start": 2
      },
      "restriction": 5,
      "stopConditions": {
        "time": 4000
      }
    },
    {
      "name": "Flow Decline",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 5,
        "time": 25000,
        "curve": "EASE_OUT",
        "start": 8
      },
      "restriction": 5,
      "stopConditions": {
        "time": 35000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 94,
  "globalStopConditions": {
    "weight": 46
  }
}