{
  "$schema": "https://spec.soustack.org/soustack.schema.json",
  "stacks": {
    "structured": 1,
    "illustrated": 1
  },
  "name": "Picture Smoothie",
  "ingredients": [
    "fruit",
    "yogurt"
  ],
  "instructions": [
    {
      "id": "s1",
      "text": "blend",
      "images": [
        "http://example.com/blend.jpg"
      ]
    }
  ],
  "images": [
    "http://example.com/cover2.jpg"
  ]
}
