Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
67 lines
1.2 KiB
YAML
67 lines
1.2 KiB
YAML
schema_version: 2
|
|
id: bagel
|
|
title: Bagel
|
|
categories:
|
|
- bread
|
|
tags:
|
|
- bagel
|
|
yield:
|
|
amount:
|
|
quantity: 160.6
|
|
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_water
|
|
reference:
|
|
ingredient_id: water
|
|
amount:
|
|
quantity: 56
|
|
unit_id: gram
|
|
percentage: 56
|
|
- id: line_03_instant_yeast
|
|
reference:
|
|
ingredient_id: instant_yeast
|
|
amount:
|
|
quantity: 2
|
|
unit_id: gram
|
|
percentage: 2
|
|
- id: line_04_salt
|
|
reference:
|
|
ingredient_id: salt
|
|
amount:
|
|
quantity: 2
|
|
unit_id: gram
|
|
percentage: 2
|
|
- id: line_05_barley_malt_powder
|
|
reference:
|
|
ingredient_id: barley_malt_powder
|
|
amount:
|
|
quantity: 0.6
|
|
unit_id: gram
|
|
percentage: 0.6
|
|
steps:
|
|
- id: step_01
|
|
order: 1
|
|
instruction: 'TODO: Add complete preparation instructions for this recipe.'
|
|
component_ids:
|
|
- main
|
|
notes:
|
|
- Formula uses a nominal 100 g basis; review the yield before use.
|