Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
156 lines
2.9 KiB
YAML
156 lines
2.9 KiB
YAML
schema_version: 2
|
|
id: cheesecake
|
|
title: Cheesecake
|
|
categories:
|
|
- dessert
|
|
tags:
|
|
- cake
|
|
yield:
|
|
amount:
|
|
quantity: 181.2
|
|
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_cream_cheese
|
|
reference:
|
|
ingredient_id: cream_cheese
|
|
amount:
|
|
quantity: 100
|
|
unit_id: gram
|
|
percentage: 100
|
|
basis_member: true
|
|
- id: line_02_sugar
|
|
reference:
|
|
ingredient_id: sugar
|
|
amount:
|
|
quantity: 30
|
|
unit_id: gram
|
|
percentage: 30
|
|
- id: line_03_egg_whole
|
|
reference:
|
|
ingredient_id: egg_whole
|
|
amount:
|
|
quantity: 26.2
|
|
unit_id: gram
|
|
percentage: 26.2
|
|
- id: line_04_heavy_cream
|
|
reference:
|
|
ingredient_id: heavy_cream
|
|
amount:
|
|
quantity: 8.7
|
|
unit_id: gram
|
|
percentage: 8.7
|
|
- id: line_05_sour_cream
|
|
reference:
|
|
ingredient_id: sour_cream
|
|
amount:
|
|
quantity: 8.7
|
|
unit_id: gram
|
|
percentage: 8.7
|
|
- id: line_06_butter
|
|
reference:
|
|
ingredient_id: butter
|
|
amount:
|
|
quantity: 4.8
|
|
unit_id: gram
|
|
percentage: 4.8
|
|
- id: line_07_lemon_juice
|
|
reference:
|
|
ingredient_id: lemon_juice
|
|
amount:
|
|
quantity: 1.9
|
|
unit_id: gram
|
|
percentage: 1.9
|
|
- id: line_08_vanilla_extract
|
|
reference:
|
|
ingredient_id: vanilla_extract
|
|
amount:
|
|
quantity: 0.9
|
|
unit_id: gram
|
|
percentage: 0.9
|
|
equipment_ids:
|
|
- oven
|
|
- sheet_pan
|
|
steps:
|
|
- id: step_01
|
|
order: 1
|
|
instruction: Grease, parchment 8 in pan.
|
|
component_ids:
|
|
- main
|
|
- id: step_02
|
|
order: 2
|
|
instruction: 1/4 in thick crust.
|
|
component_ids:
|
|
- main
|
|
- id: step_03
|
|
order: 3
|
|
instruction: Paddle cream cheese til smooth.
|
|
component_ids:
|
|
- main
|
|
- id: step_04
|
|
order: 4
|
|
instruction: Add butter, sugar.
|
|
component_ids:
|
|
- main
|
|
- id: step_05
|
|
order: 5
|
|
instruction: Mix medium til smooth, scrape.
|
|
component_ids:
|
|
- main
|
|
- id: step_06
|
|
order: 6
|
|
instruction: Add lemon juice, vanilla. mix low, scrape.
|
|
component_ids:
|
|
- main
|
|
- id: step_07
|
|
order: 7
|
|
instruction: Add eggs at 3 stages, scrape.
|
|
component_ids:
|
|
- main
|
|
- id: step_08
|
|
order: 8
|
|
instruction: After smooth, add heavy cream, sour cream.
|
|
component_ids:
|
|
- main
|
|
- id: step_09
|
|
order: 9
|
|
instruction: Place batter in pan (935 g / cake).
|
|
component_ids:
|
|
- main
|
|
- id: step_10
|
|
order: 10
|
|
instruction: Place pan on sheet pan filled with water.
|
|
component_ids:
|
|
- main
|
|
- id: step_11
|
|
order: 11
|
|
instruction: Bake 50 min at 325 °F, middle.
|
|
component_ids:
|
|
- main
|
|
- id: step_12
|
|
order: 12
|
|
instruction: Crack oven to cool to about 135.
|
|
component_ids:
|
|
- main
|
|
- id: step_13
|
|
order: 13
|
|
instruction: Move to wire rack to cool to room temp.
|
|
component_ids:
|
|
- main
|
|
- id: step_14
|
|
order: 14
|
|
instruction: Cover, refrigerate.
|
|
component_ids:
|
|
- main
|
|
notes:
|
|
- Formula uses a nominal 100 g basis; review the yield before use.
|