The schema defines the following types:
MiscellaneousBase provides unique properties to identify individual records of ingredients that are neither hops, nor provide a contribution to the gravity of wort.
MiscellaneousBase is an object with these properties:
| Name | Required | Type | Description |
|---|---|---|---|
| name | ✅ | string | |
| producer | string | ||
| product_id | string | ||
| type | ✅ | "spice""fining""water agent""herb""flavor""wood""other" |
MiscellaneousType collects the attributes of an ingredient to store as record information.
MiscellaneousType is an object with all properties from MiscellaneousBase and these additional properties:
| Name | 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 | MiscellaneousInventoryType |
MiscellaneousAdditionType collects the attributes of each miscellaneous ingredient for use in a recipe.
MiscellaneousAdditionType is an object with all properties from MiscellaneousBase and these additional properties:
| Name | Required | Type | Description |
|---|---|---|---|
| timing | TimingType | The timing object fully describes the timing of an addition with options for basis on time, gravity, or pH at any process step. | |
| amount | VolumeType or MassType or UnitType |
no description yet
MiscellaneousInventoryType is an object with these properties:
| Name | Required | Type | Description |
|---|---|---|---|
| amount | ✅ | VolumeType or MassType or UnitType |