Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
116 lines
2.1 KiB
YAML
116 lines
2.1 KiB
YAML
schema_version: 2
|
|
id: banana_bread
|
|
title: Banana Bread
|
|
categories:
|
|
- dessert
|
|
tags:
|
|
- quick-bread
|
|
- banana
|
|
yield:
|
|
amount:
|
|
quantity: 369.85
|
|
unit_id: gram
|
|
basis: theoretical
|
|
scaling:
|
|
mode: hybrid
|
|
basis_id: formula_basis
|
|
basis_amount:
|
|
quantity: 100.0
|
|
unit_id: gram
|
|
components:
|
|
- id: main
|
|
name: Main
|
|
items:
|
|
- id: line_01_flour_cake
|
|
reference:
|
|
ingredient_id: flour_cake
|
|
amount:
|
|
quantity: 100
|
|
unit_id: gram
|
|
percentage: 100
|
|
basis_member: true
|
|
- id: line_02_fat
|
|
reference:
|
|
ingredient_id: canola_oil
|
|
amount:
|
|
quantity: 100
|
|
unit_id: gram
|
|
percentage: 100
|
|
- id: line_03_sugar
|
|
reference:
|
|
ingredient_id: sugar
|
|
amount:
|
|
quantity: 58
|
|
unit_id: gram
|
|
percentage: 58
|
|
- id: line_04_banana
|
|
reference:
|
|
ingredient_id: banana
|
|
amount:
|
|
quantity: 40
|
|
unit_id: gram
|
|
percentage: 40
|
|
- id: line_05_egg_whole
|
|
reference:
|
|
ingredient_id: egg_whole
|
|
amount:
|
|
quantity: 40
|
|
unit_id: gram
|
|
percentage: 40
|
|
- id: line_06_walnut
|
|
reference:
|
|
ingredient_id: walnut
|
|
amount:
|
|
quantity: 25
|
|
unit_id: gram
|
|
percentage: 25
|
|
- id: line_07_baking_powder
|
|
reference:
|
|
ingredient_id: baking_powder
|
|
amount:
|
|
quantity: 5
|
|
unit_id: gram
|
|
percentage: 5
|
|
- id: line_08_salt
|
|
reference:
|
|
ingredient_id: salt
|
|
amount:
|
|
quantity: 1.25
|
|
unit_id: gram
|
|
percentage: 1.25
|
|
- id: line_09_baking_soda
|
|
reference:
|
|
ingredient_id: baking_soda
|
|
amount:
|
|
quantity: 0.6
|
|
unit_id: gram
|
|
percentage: 0.6
|
|
steps:
|
|
- id: step_01
|
|
order: 1
|
|
instruction: Combine, mix dry.
|
|
component_ids:
|
|
- main
|
|
- id: step_02
|
|
order: 2
|
|
instruction: Combine, mix wet.
|
|
component_ids:
|
|
- main
|
|
- id: step_03
|
|
order: 3
|
|
instruction: Add liquid to dry.
|
|
component_ids:
|
|
- main
|
|
- id: step_04
|
|
order: 4
|
|
instruction: Mix only until flour just moistened.
|
|
component_ids:
|
|
- main
|
|
- id: step_05
|
|
order: 5
|
|
instruction: Bake immediately, 50 min at 375 °F.
|
|
component_ids:
|
|
- main
|
|
notes:
|
|
- Formula uses a nominal 100 g basis; review the yield before use.
|