{
  "profile": "illustrated",
  "stacks": {
    "illustrated": 1
  },
  "name": "Illustrated Recipe",
  "yield": {
    "amount": 1,
    "unit": "serving"
  },
  "time": {
    "total": {
      "minutes": 5
    }
  },
  "images": [
    "https://example.com/image.jpg"
  ],
  "ingredients": [
    "bread"
  ],
  "instructions": [
    {
      "id": "step-1",
      "text": "Toast the bread."
    }
  ]
}
