A ::yeasts-wrapper
record set.
Record Set
A vector of valid ::yeast
records.
A ::yeast
record wrapped in a :yeast
map.
Record
A record representing the yeast in a beer recipe.
A boolean representing if this yeast was added for a secondary fermentation. When absent, assume false.
Boolean
:add-to-secondary
false
A value representing the amount of a particular ingredient. When measuring weight, this is in kilograms. When measuring volume, this is in liters.
Floating Point
:amount
12.5
A boolean representing if the amount of the substance is measured in kilograms. When absent, assume false and that the amount of substance is measured in liters.
Boolean
:amount-is-weight
false
A positive IEEE-754 floating point number representing the percent of malt sugar that can be converted to ethanol and carbon dioxide.
Percentage
:attenuation
73.2
A non-empty string denoting the styles of beer this yeast is best suited for.
Text
:best-for
"WLP008"
A non-empty string denoting a display value for the date the yeast sample was last cultured formatted for display in arbitrary structure.
Text
:culture-date
"10/10/2020"
A non-empty string denoting a display value for the maximum fermentation temperature formatted for display in arbitrary units.
Text
:disp-max-temp
"75F"
A non-empty string denoting a display value for the minimum fermentation temperature formatted for display in arbitrary units.
Text
:disp-min-temp
"68F"
A non-empty string denoting a display value for the amount of the ingredient in a recipe formatted for display in arbitrary units.
Text
:display-amount
"100 g"
A case-sensitive string representing how dense of a floc the yeast will form. Must be one of: "Medium", "Very high", "High", "Low"
Low: The yeast settles out of suspension slowly.
Medium: The yeast settles out of suspension at a moderate rate.
High: The yeast settles out of suspension quickly.
Very High: The yeast settles out of suspension very quickly.
BeerXML Type: List
Clojure Key Name: :flocculation
Clojure Type: String
Example: "High"
A case-sensitive string representing the form of the yeast added to the beer. Must be one of: "Culture", "Slant", "Dry", "Liquid"
Liquid: A liquid slurry of yeast, usually with a source of nutrients or sugars.
Dry: Dry yeast sold in a dehydrated state to extend shelf life.
Slant: Yeast cultivated on a solid growth medium.
Culture: Yeast cultivated from previous fermentations.
BeerXML Type: List
Clojure Key Name: :form
Clojure Type: String
Example: "Ale"
A non-empty string denoting a display value for the amount of the ingredient in inventory formatted for display in arbitrary units.
Text
:inventory
"100 lbs"
A non-empty string denoting the laboratory that cultivated the yeast.
Text
:laboratory
"White Labs"
A non-negative integer representing the suggested maximum number of times the yeast may be harvested and recultured.
Integer
:max-reuse
3
An IEEE-754 floating point number representing the maximum recommended temperature of fermentation.
Floating Point
:max-temperature
23.9
An IEEE-754 floating point number representing the minimum recommended temperature of fermentation.
Floating Point
:min-temperature
19.5
A non-empty string representing the name of the ingredient.
Text
:name
"Citra"
A non-empty string representing any notes about the subject.
Text
:notes
"A wonderful, zesty aroma"
A non-empty string denoting the product label or id number that identifies the strain of yeast.
Text
:product-id
"WLP008"
A non-negative integer representing the number of times this yeast has been harvested and re-used. A value of zero assumes the yeast came directly from the manufacturer.
Integer
:times-cultured
1
A case-sensitive string representing the type of yeast added to the beer. Must be one of: "Lager", "Wheat", "Ale", "Champagne", "Wine"
Ale: Yeast that ferments at higher temperatures and produces a more fruity, estery, and alcohol-forward beer.
Lager: Yeast that ferments at lower temperatures and produces a crisp, clean, and alcohol-restrained beer.
Wheat: Yeast that ferments at higher temperatures and produces a fruity and phenol-forward beer.
Wine: Yeast traditionally used in wine making.
Champagne: Yeast traditionally used in champagne making, offering a dry taste.
BeerXML Type: List
Clojure Key Name: :type
Clojure Type: String
Example: "Ale"
An integer representing the version of the BeerXML standard implemented in a given record. Currently, only 1 exists.
Integer
:version
1
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close