Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
120 lines
2.2 KiB
YAML
120 lines
2.2 KiB
YAML
schema_version: 2
|
|
id: waffles
|
|
title: Waffles
|
|
categories:
|
|
- breakfast
|
|
tags:
|
|
- batter
|
|
yield:
|
|
amount:
|
|
quantity: 382.5
|
|
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_pastry
|
|
reference:
|
|
ingredient_id: flour_pastry
|
|
amount:
|
|
quantity: 100
|
|
unit_id: gram
|
|
percentage: 100
|
|
basis_member: true
|
|
- id: line_02_water
|
|
reference:
|
|
ingredient_id: water
|
|
amount:
|
|
quantity: 135
|
|
unit_id: gram
|
|
percentage: 135
|
|
- id: line_03_oil
|
|
reference:
|
|
ingredient_id: canola_oil
|
|
amount:
|
|
quantity: 50
|
|
unit_id: gram
|
|
percentage: 50
|
|
- id: line_04_egg_whites
|
|
reference:
|
|
ingredient_id: egg_whites
|
|
amount:
|
|
quantity: 38
|
|
unit_id: gram
|
|
percentage: 38
|
|
- id: line_05_egg_yolk
|
|
reference:
|
|
ingredient_id: egg_yolk
|
|
amount:
|
|
quantity: 25
|
|
unit_id: gram
|
|
percentage: 25
|
|
- id: line_06_nonfat_milk_powder
|
|
reference:
|
|
ingredient_id: nonfat_milk_powder
|
|
amount:
|
|
quantity: 15
|
|
unit_id: gram
|
|
percentage: 15
|
|
- id: line_07_sugar
|
|
reference:
|
|
ingredient_id: sugar
|
|
amount:
|
|
quantity: 12.5
|
|
unit_id: gram
|
|
percentage: 12.5
|
|
- id: line_08_baking_powder
|
|
reference:
|
|
ingredient_id: baking_powder
|
|
amount:
|
|
quantity: 6
|
|
unit_id: gram
|
|
percentage: 6
|
|
- id: line_09_salt
|
|
reference:
|
|
ingredient_id: salt
|
|
amount:
|
|
quantity: 1
|
|
unit_id: gram
|
|
percentage: 1
|
|
steps:
|
|
- id: step_01
|
|
order: 1
|
|
instruction: Sift together flour, salt, baking powder.
|
|
component_ids:
|
|
- main
|
|
- id: step_02
|
|
order: 2
|
|
instruction: Combine egg yolks, water, milk powder, fat.
|
|
component_ids:
|
|
- main
|
|
- id: step_03
|
|
order: 3
|
|
instruction: Whip egg whites to soft peaks.
|
|
component_ids:
|
|
- main
|
|
- id: step_04
|
|
order: 4
|
|
instruction: Add sugar and beat until stiff peak.
|
|
component_ids:
|
|
- main
|
|
- id: step_05
|
|
order: 5
|
|
instruction: Mix to just combined.
|
|
component_ids:
|
|
- main
|
|
- id: step_06
|
|
order: 6
|
|
instruction: Fold in meringue.
|
|
component_ids:
|
|
- main
|
|
notes:
|
|
- Formula uses a nominal 100 g basis; review the yield before use.
|