DotBeer

Fermentation

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

Component Types

FermentationStep

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 (v0.3.0) on 2026-07-27 at 18:10:02+0200.