{
  "$schema": "https://spec.soustack.org/soustack.schema.json",
  "stacks": {
    "quantified": 1,
    "scaling": 1
  },
  "name": "Scaled Bread",
  "yield": {
    "amount": 1,
    "unit": "loaf"
  },
  "time": {
    "total": {
      "minutes": 45
    }
  },
  "ingredients": [
    {
      "id": "flour",
      "name": "Bread flour",
      "quantity": {
        "amount": 500,
        "unit": "g"
      }
    },
    {
      "id": "water",
      "name": "Water",
      "quantity": {
        "amount": 325,
        "unit": "g"
      },
      "scaling": {
        "mode": "bakersPercent",
        "percent": 65,
        "of": "flour"
      }
    }
  ],
  "instructions": [
    "mix",
    "bake"
  ],
  "scaling": {
    "discrete": {
      "min": 1,
      "max": 4,
      "step": 1
    }
  }
}
