Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
152 lines
2.8 KiB
YAML
152 lines
2.8 KiB
YAML
schema_version: 2
|
|
id: chocolate_chip_cookie
|
|
title: Chocolate Chip Cookie
|
|
categories:
|
|
- dessert
|
|
tags:
|
|
- cookie
|
|
- chocolate
|
|
yield:
|
|
amount:
|
|
quantity: 414.11
|
|
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_bread
|
|
reference:
|
|
ingredient_id: flour_bread
|
|
amount:
|
|
quantity: 100
|
|
unit_id: gram
|
|
percentage: 100
|
|
basis_member: true
|
|
- id: line_02_chocolate_chip
|
|
reference:
|
|
ingredient_id: semisweet_chocolate
|
|
amount:
|
|
quantity: 110.53
|
|
unit_id: gram
|
|
percentage: 110.53
|
|
notes: chips
|
|
- id: line_03_butter
|
|
reference:
|
|
ingredient_id: butter
|
|
amount:
|
|
quantity: 70.79
|
|
unit_id: gram
|
|
percentage: 70.79
|
|
- id: line_04_brown_sugar
|
|
reference:
|
|
ingredient_id: brown_sugar
|
|
amount:
|
|
quantity: 52.63
|
|
unit_id: gram
|
|
percentage: 52.63
|
|
- id: line_05_sugar
|
|
reference:
|
|
ingredient_id: sugar
|
|
amount:
|
|
quantity: 44.21
|
|
unit_id: gram
|
|
percentage: 44.21
|
|
- id: line_06_egg_whole
|
|
reference:
|
|
ingredient_id: egg_whole
|
|
amount:
|
|
quantity: 31.58
|
|
unit_id: gram
|
|
percentage: 31.58
|
|
- id: line_07_salt
|
|
reference:
|
|
ingredient_id: salt
|
|
amount:
|
|
quantity: 1.68
|
|
unit_id: gram
|
|
percentage: 1.68
|
|
- id: line_08_vanilla_extract
|
|
reference:
|
|
ingredient_id: vanilla_extract
|
|
amount:
|
|
quantity: 1.58
|
|
unit_id: gram
|
|
percentage: 1.58
|
|
- id: line_09_baking_soda
|
|
reference:
|
|
ingredient_id: baking_soda
|
|
amount:
|
|
quantity: 1.11
|
|
unit_id: gram
|
|
percentage: 1.11
|
|
steps:
|
|
- id: step_01
|
|
order: 1
|
|
instruction: Cream butter, sugar.
|
|
component_ids:
|
|
- main
|
|
- id: step_02
|
|
order: 2
|
|
instruction: Gradually add eggs.
|
|
component_ids:
|
|
- main
|
|
- id: step_03
|
|
order: 3
|
|
instruction: Add vanilla.
|
|
component_ids:
|
|
- main
|
|
- id: step_04
|
|
order: 4
|
|
instruction: Combine bread flour, baking soda.
|
|
component_ids:
|
|
- main
|
|
- id: step_05
|
|
order: 5
|
|
instruction: Mix to 50% incorporation.
|
|
component_ids:
|
|
- main
|
|
- id: step_06
|
|
order: 6
|
|
instruction: Add chocolate chips.
|
|
component_ids:
|
|
- main
|
|
- id: step_07
|
|
order: 7
|
|
instruction: Mix until just incorporated.
|
|
component_ids:
|
|
- main
|
|
- id: step_08
|
|
order: 8
|
|
instruction: Roll into 17 in log.
|
|
component_ids:
|
|
- main
|
|
- id: step_09
|
|
order: 9
|
|
instruction: Wrap in parchment, refrigerate.
|
|
component_ids:
|
|
- main
|
|
- id: step_10
|
|
order: 10
|
|
instruction: Cut to 100 g portions.
|
|
component_ids:
|
|
- main
|
|
- id: step_11
|
|
order: 11
|
|
instruction: Place on parchment sheet pans.
|
|
component_ids:
|
|
- main
|
|
- id: step_12
|
|
order: 12
|
|
instruction: Bake 380 °F 10-12 min.
|
|
component_ids:
|
|
- main
|
|
notes:
|
|
- Formula uses a nominal 100 g basis; review the yield before use.
|