The schema defines the following types:
The descriptive base type for both style guideline records, and recipe style provisions. Provides unique properties to identify individual styles
StyleBase is an object with these properties:
| Name | Required | Type | Description |
|---|---|---|---|
| name | ✅ | string | |
| category | ✅ | string | |
| category_number | integer | ||
| style_letter | RegExp pattern: [A-Z ] |
||
| style_guide | ✅ | string | |
| type | ✅ | StyleCategories |
StyleType provide information for Style categorization
StyleType is an object with all properties from StyleBase and these additional properties:
| Name | Required | Type | Description |
|---|---|---|---|
| original_gravity | GravityRangeType | ||
| final_gravity | GravityRangeType | ||
| international_bitterness_units | BitternessRangeType | ||
| color | ColorRangeType | ||
| carbonation | CarbonationRangeType | ||
| alcohol_by_volume | PercentRangeType | ||
| notes | string | ||
| aroma | string | ||
| appearance | string | ||
| flavor | string | ||
| mouthfeel | string | ||
| overall_impression | string | ||
| ingredients | string | ||
| examples | string |
RecipeStyleType defines style information stored in a recipe record
RecipeStyleType is an object with all properties from StyleBase
no description yet
"beer""cider""kombucha""mead""other""soda""wine"