Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
93 lines
1.7 KiB
YAML
93 lines
1.7 KiB
YAML
schema_version: 2
|
|
id: refried_beans
|
|
title: Refried Beans
|
|
categories:
|
|
- side
|
|
tags:
|
|
- beans
|
|
yield:
|
|
amount:
|
|
quantity: 169
|
|
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_cooked_pinto_beans_drained
|
|
reference:
|
|
ingredient_id: cooked_pinto_beans_drained
|
|
amount:
|
|
quantity: 100
|
|
unit_id: gram
|
|
percentage: 100
|
|
basis_member: true
|
|
- id: line_02_water
|
|
reference:
|
|
ingredient_id: water
|
|
amount:
|
|
quantity: 60
|
|
unit_id: gram
|
|
percentage: 60
|
|
- id: line_03_lard
|
|
reference:
|
|
ingredient_id: lard
|
|
amount:
|
|
quantity: 6.5
|
|
unit_id: gram
|
|
percentage: 6.5
|
|
- id: line_04_salt
|
|
reference:
|
|
ingredient_id: salt
|
|
amount:
|
|
quantity: 1.5
|
|
unit_id: gram
|
|
percentage: 1.5
|
|
- id: line_05_lime_juice
|
|
reference:
|
|
ingredient_id: lime_juice
|
|
amount:
|
|
quantity: 0.8
|
|
unit_id: gram
|
|
percentage: 0.8
|
|
- id: line_06_cumin
|
|
reference:
|
|
ingredient_id: cumin
|
|
amount:
|
|
quantity: 0.1
|
|
unit_id: gram
|
|
percentage: 0.1
|
|
- id: line_07_oregano
|
|
reference:
|
|
ingredient_id: oregano
|
|
amount:
|
|
quantity: 0.1
|
|
unit_id: gram
|
|
percentage: 0.1
|
|
equipment_ids:
|
|
- blender
|
|
steps:
|
|
- id: step_01
|
|
order: 1
|
|
instruction: Cook beans.
|
|
component_ids:
|
|
- main
|
|
- id: step_02
|
|
order: 2
|
|
instruction: Combine all in blender.
|
|
component_ids:
|
|
- main
|
|
- id: step_03
|
|
order: 3
|
|
instruction: Blend until very smooth.
|
|
component_ids:
|
|
- main
|
|
notes:
|
|
- Formula uses a nominal 100 g basis; review the yield before use.
|