Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
131 lines
2.3 KiB
YAML
131 lines
2.3 KiB
YAML
schema_version: 2
|
|
id: pub_pretzel
|
|
title: Pub Pretzel
|
|
categories:
|
|
- bread
|
|
tags:
|
|
- pretzel
|
|
yield:
|
|
amount:
|
|
quantity: 166.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_flour_all_purpose
|
|
reference:
|
|
ingredient_id: flour_all_purpose
|
|
amount:
|
|
quantity: 100
|
|
unit_id: gram
|
|
percentage: 100
|
|
basis_member: true
|
|
- id: line_02_water
|
|
reference:
|
|
ingredient_id: water
|
|
amount:
|
|
quantity: 55
|
|
unit_id: gram
|
|
percentage: 55
|
|
- id: line_03_oil
|
|
reference:
|
|
ingredient_id: canola_oil
|
|
amount:
|
|
quantity: 6
|
|
unit_id: gram
|
|
percentage: 6
|
|
- id: line_04_instant_yeast
|
|
reference:
|
|
ingredient_id: instant_yeast
|
|
amount:
|
|
quantity: 2
|
|
unit_id: gram
|
|
percentage: 2
|
|
- id: line_05_salt
|
|
reference:
|
|
ingredient_id: salt
|
|
amount:
|
|
quantity: 2
|
|
unit_id: gram
|
|
percentage: 2
|
|
- id: line_06_sugar
|
|
reference:
|
|
ingredient_id: sugar
|
|
amount:
|
|
quantity: 1.2
|
|
unit_id: gram
|
|
percentage: 1.2
|
|
equipment_ids:
|
|
- stand_mixer
|
|
steps:
|
|
- id: step_01
|
|
order: 1
|
|
instruction: Combine dry.
|
|
component_ids:
|
|
- main
|
|
- id: step_02
|
|
order: 2
|
|
instruction: Combine wet.
|
|
component_ids:
|
|
- main
|
|
- id: step_03
|
|
order: 3
|
|
instruction: Add wet to mixer, then dry.
|
|
component_ids:
|
|
- main
|
|
- id: step_04
|
|
order: 4
|
|
instruction: Mix for 10 min.
|
|
component_ids:
|
|
- main
|
|
- id: step_05
|
|
order: 5
|
|
instruction: Divide into 50 g pieces.
|
|
component_ids:
|
|
- main
|
|
- id: step_06
|
|
order: 6
|
|
instruction: Roll into ≈4 in logs.
|
|
component_ids:
|
|
- main
|
|
- id: step_07
|
|
order: 7
|
|
instruction: Proof 1 hr 70 °F covered, misted.
|
|
component_ids:
|
|
- main
|
|
- id: step_08
|
|
order: 8
|
|
instruction: Score 3x.
|
|
component_ids:
|
|
- main
|
|
- id: step_09
|
|
order: 9
|
|
instruction: Bake 450 °F, 7 min.
|
|
component_ids:
|
|
- main
|
|
- id: step_10
|
|
order: 10
|
|
instruction: Dip in 4% lye solution.
|
|
component_ids:
|
|
- main
|
|
- id: step_11
|
|
order: 11
|
|
instruction: Finish baking in greased rack, 5 min.
|
|
component_ids:
|
|
- main
|
|
- id: step_12
|
|
order: 12
|
|
instruction: Deep fry 45 sec.
|
|
component_ids:
|
|
- main
|
|
notes:
|
|
- Formula uses a nominal 100 g basis; review the yield before use.
|