Collects the attributes of an ingredient to store as record information.
OtherIngredient is a JSON object with all properties from OtherIngredientBase as well as these additional ones:
| Property | Required? | Type | Description |
|---|---|---|---|
| use_for | string | Used to describe the purpose of the miscellaneous ingredient, e.g. whirlfloc is used for clarity. | |
| notes | string | ||
| inventory | OtherIngredientInventory |
Ingredients that are not hops, fermentables, yeasts/cultures or water. Some people would call these “other ingredients” “non-fermentable adjuncts”, but there are also narrower definitions of “adjunct”, so we do not use that term.
OtherIngredientBase is a JSON object with the following properties:
| Property | Required? | Type |
|---|---|---|
| name | ✅ | string |
| type | ✅ | Enum: ∙ spice∙ fining∙ water agent∙ herb∙ flavor∙ wood∙ other |
| producer | string | |
| product_id | string |
No description provided for this model.
OtherIngredientInventory is a JSON object with the following properties:
| Property | Required? | Type |
|---|---|---|
| amount | ✅ | Measurement::Count or Measurement::Mass or Measurement::Volume |
Documentation generated from the DotBeer schema on 2026-05-31 at 18:49:39+0200.