Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
81 lines
1.5 KiB
YAML
81 lines
1.5 KiB
YAML
schema_version: 2
|
|
id: pumpkin_bread
|
|
title: Pumpkin Bread
|
|
categories:
|
|
- dessert
|
|
tags:
|
|
- quick-bread
|
|
yield:
|
|
amount:
|
|
quantity: 201
|
|
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_pumpkin_puree
|
|
reference:
|
|
ingredient_id: pumpkin_puree
|
|
amount:
|
|
quantity: 75
|
|
unit_id: gram
|
|
percentage: 75
|
|
- id: line_03_shortening
|
|
reference:
|
|
ingredient_id: shortening
|
|
amount:
|
|
quantity: 10
|
|
unit_id: gram
|
|
percentage: 10
|
|
- id: line_04_sugar
|
|
reference:
|
|
ingredient_id: sugar
|
|
amount:
|
|
quantity: 8
|
|
unit_id: gram
|
|
percentage: 8
|
|
- id: line_05_water
|
|
reference:
|
|
ingredient_id: water
|
|
amount:
|
|
quantity: 4
|
|
unit_id: gram
|
|
percentage: 4
|
|
- id: line_06_instant_yeast
|
|
reference:
|
|
ingredient_id: instant_yeast
|
|
amount:
|
|
quantity: 2
|
|
unit_id: gram
|
|
percentage: 2
|
|
- id: line_07_salt
|
|
reference:
|
|
ingredient_id: salt
|
|
amount:
|
|
quantity: 2
|
|
unit_id: gram
|
|
percentage: 2
|
|
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.
|