A fermentation procedure, which can be used by multiple recipes.
Fermentation is a JSON object with the following properties:
| Property | Required? | Type |
|---|---|---|
| name | ✅ | string |
| fermentation_steps | ✅ | array of FermentationStep |
| fermentation_description | string | |
| notes | string |
Individual step of a fermentation.
FermentationStep is a JSON object with all properties from StepCommon::StepBase and StepCommon::StepWithGravity as well as these additional ones:
| Property | Required? | Type | Description |
|---|---|---|---|
| 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. | |
| vessel | string |
Documentation generated from the DotBeer schema on 2026-05-31 at 18:49:39+0200.