{
  "$schema": "https://spec.soustack.org/soustack.schema.json",
  "stacks": {
    "prep": 1
  },
  "name": "Recipe with Basic Mise En Place",
  "yield": {
    "amount": 1,
    "unit": "serving"
  },
  "time": {
    "total": {
      "minutes": 30
    }
  },
  "ingredients": [
    "onion",
    "garlic"
  ],
  "instructions": [
    "Cook the ingredients"
  ],
  "miseEnPlace": [
    {
      "text": "Finely dice the onion"
    },
    {
      "text": "Mince the garlic"
    }
  ]
}
