The schema defines the following types:
FermentationStepType - a per step representation of a fermentation action.
FermentationStepType is an object with these properties:
| Name | Required | Type | Description |
|---|---|---|---|
| name | ✅ | string | |
| description | string | ||
| start_temperature | TemperatureType | ||
| end_temperature | TemperatureType | ||
| step_time | TimeType | ||
| free_rise | boolean | Free rise is used to indicate a fermentation step where the exothermic fermentation is allowed to raise the temperature without restriction This is either True or false. | |
| start_gravity | GravityType | ||
| end_gravity | GravityType | ||
| start_ph | AcidityType | ||
| end_ph | AcidityType | ||
| vessel | string |