A ::miscs
record.
Record Set
A vector of valid ::misc
records.
A ::misc
record wrapped in a :misc
map.
Record
A record representing a miscellaneous ingredient in a beer recipe.
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 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 non-empty string denoting a display value for an amount of time formatted for display in arbitrary units.
Text
:display-time
"10 days"
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 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-negative IEEE-754 floating point number representing the time in minutes the ingredient was added dependant on the :use
field.
For "Boil" this is the boil time.
For "Mash" this is the mash time.
For "Primary", "Secondary", and "Bottling" this is the amount of time the ingredient spent in that state.
Floating Point
:time
15.0
A case-sensitive string representing the type of the miscellaneous item added to the beer. Must be one of: "Flavor", "Spice", "Water agent", "Fining", "Other", "Herb"
Fining: A fining agent, such as isinglass.
Flavor: A flavoring, such as orange peel or a flavor concentrate.
Herb: An herb, such as mint.
Other: Any other type of miscellaneous ingredient.
Spice: A spice, such as cinnamon or ginger.
Water Agent: A water agent, such as campden tablet.
BeerXML Type: List
Clojure Key Name: :type
Clojure Type: String
Example: "Spice"
A case-sensitive string representing the point in the brewing cycle the miscellaneous ingredient is added to the beer. Must be one of: "Mash", "Boil", "Bottling", "Secondary", "Primary"
Boil: The ingredient is added to the boil.
Mash: The ingredient is added to the mash.
Primary: The ingredient is added to the primary fermentation.
Secondary: The ingredient is added to the secondary fermentation.
Bottling: The ingredient is added during the bottling process.
BeerXML Type: List
Clojure Key Name: :use
Clojure Type: String
Example: "Mash"
A non-empty string denoting what the ingredient is used for.
Text
:use-for
"Used to impart a mild, zesty flavor"
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