{
  "id": 20,
  "name": "Soup v0.2",
  "phases": [
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 0.7,
        "time": 2000,
        "curve": "EASE_IN",
        "start": 1
      },
      "stopConditions": {
        "weight": 1
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 0,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 2000,
        "weight": 10
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 5,
        "time": 1000,
        "curve": "EASE_OUT"
      },
      "restriction": 1,
      "stopConditions": {}
    }
  ],
  "recipe": {},
  "waterTemperature": 90,
  "globalStopConditions": {
    "weight": 100
  }
}