The schema defines the following types:
MashStepType - a per step representation occurring during the mash.
MashStepType is an object with these properties:
Name | Required | Type | Description |
---|---|---|---|
name | ✅ | string | |
type | ✅ | "infusion" "temperature" "decoction" "souring mash" "souring wort" "drain mash tun" "sparge" |
|
amount | VolumeType | ||
step_temperature | ✅ | TemperatureType | |
step_time | ✅ | TimeType | |
ramp_time | TimeType | The amount of time that passes before this step begins. eg moving from a mash step (step 1) of 148F, to a new temperature step of 156F (step 2) may take 8 minutes to heat the mash. Step 2 would have a ramp time of 8 minutes. | |
end_temperature | TemperatureType | ||
description | string | ||
water_grain_ratio | SpecificVolumeType | Also known as the mash thickness. eg 1.75 qt/lb or 3.65 L/kg. | |
infuse_temperature | TemperatureType | Temperature of the water for an infusion step. | |
start_ph | AcidityType | ||
end_ph | AcidityType |