{
  "$schema": "https://spec.soustack.org/soustack.schema.json",
  "stacks": {
    "equipment": 1
  },
  "name": "Simple Recipe with Equipment",
  "yield": {
    "amount": 1,
    "unit": "serving"
  },
  "time": {
    "total": {
      "minutes": 30
    }
  },
  "equipment": [
    "mixing bowl",
    "whisk",
    "oven"
  ],
  "ingredients": [
    {
      "id": "flour",
      "name": "Flour"
    }
  ],
  "instructions": [
    "Mix ingredients",
    "Bake in oven"
  ]
}
