{
  "id": 31,
  "name": "Soup",
  "phases": [
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 1.5,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 10000,
        "weight": 3,
        "pressureAbove": 1
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 0,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 10000
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 6,
        "curve": "INSTANT"
      },
      "restriction": 1.5,
      "stopConditions": {}
    }
  ],
  "recipe": {},
  "waterTemperature": 90,
  "globalStopConditions": {
    "weight": 55
  }
}