Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
119 lines
2.3 KiB
YAML
119 lines
2.3 KiB
YAML
schema_version: 2
|
|
id: hot_fudge_v2
|
|
title: Hot Fudge V2
|
|
categories:
|
|
- sauce
|
|
tags:
|
|
- dessert-sauce
|
|
- chocolate
|
|
yield:
|
|
amount:
|
|
quantity: 99.75
|
|
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_water
|
|
reference:
|
|
ingredient_id: water
|
|
amount:
|
|
quantity: 29.7
|
|
unit_id: gram
|
|
percentage: 29.7
|
|
basis_member: true
|
|
- id: line_02_oil
|
|
reference:
|
|
ingredient_id: canola_oil
|
|
amount:
|
|
quantity: 22
|
|
unit_id: gram
|
|
percentage: 22
|
|
- id: line_03_sugar
|
|
reference:
|
|
ingredient_id: sugar
|
|
amount:
|
|
quantity: 15
|
|
unit_id: gram
|
|
percentage: 15
|
|
- id: line_04_dark_cocoa_powder
|
|
reference:
|
|
ingredient_id: dark_cocoa_powder
|
|
amount:
|
|
quantity: 12.75
|
|
unit_id: gram
|
|
percentage: 12.75
|
|
- id: line_05_light_brown_sugar
|
|
reference:
|
|
ingredient_id: brown_sugar
|
|
amount:
|
|
quantity: 10
|
|
unit_id: gram
|
|
percentage: 10
|
|
- id: line_06_bittersweet_chocolate
|
|
reference:
|
|
ingredient_id: semisweet_chocolate
|
|
amount:
|
|
quantity: 6
|
|
unit_id: gram
|
|
percentage: 6
|
|
notes: bittersweet chocolate
|
|
- id: line_07_nonfat_milk_powder
|
|
reference:
|
|
ingredient_id: nonfat_milk_powder
|
|
amount:
|
|
quantity: 3.4
|
|
unit_id: gram
|
|
percentage: 3.4
|
|
- id: line_08_lecithin_liquid_soy
|
|
reference:
|
|
ingredient_id: lecithin_liquid_soy
|
|
amount:
|
|
quantity: 0.5
|
|
unit_id: gram
|
|
percentage: 0.5
|
|
- id: line_09_vanilla_extract
|
|
reference:
|
|
ingredient_id: vanilla_extract
|
|
amount:
|
|
quantity: 0.25
|
|
unit_id: gram
|
|
percentage: 0.25
|
|
- id: line_10_salt
|
|
reference:
|
|
ingredient_id: salt
|
|
amount:
|
|
quantity: 0.15
|
|
unit_id: gram
|
|
percentage: 0.15
|
|
steps:
|
|
- id: step_01
|
|
order: 1
|
|
instruction: Combine all except vanilla, chocolate, cocoa.
|
|
component_ids:
|
|
- main
|
|
- id: step_02
|
|
order: 2
|
|
instruction: Boil, remove from heat.
|
|
component_ids:
|
|
- main
|
|
- id: step_03
|
|
order: 3
|
|
instruction: Add chocolate, vanilla.
|
|
component_ids:
|
|
- main
|
|
- id: step_04
|
|
order: 4
|
|
instruction: Stir.
|
|
component_ids:
|
|
- main
|
|
notes:
|
|
- Formula uses a nominal 100 g basis; review the yield before use.
|