{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://spec.soustack.org/defs/ingredientQuantified.schema.json",
  "title": "Quantified Ingredient",
  "allOf": [
    { "$ref": "./entities.schema.json#/$defs/IngredientBase" },
    { "required": ["id", "quantity"] }
  ]
}
