Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
46 lines
808 B
YAML
46 lines
808 B
YAML
schema_version: 2
|
|
id: milk
|
|
title: Milk
|
|
categories:
|
|
- component
|
|
tags:
|
|
- base-formula
|
|
yield:
|
|
amount:
|
|
quantity: 111.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_water
|
|
reference:
|
|
ingredient_id: water
|
|
amount:
|
|
quantity: 100
|
|
unit_id: gram
|
|
percentage: 100
|
|
basis_member: true
|
|
- id: line_02_nonfat_milk_powder
|
|
reference:
|
|
ingredient_id: nonfat_milk_powder
|
|
amount:
|
|
quantity: 11.11
|
|
unit_id: gram
|
|
percentage: 11.11
|
|
steps:
|
|
- id: step_01
|
|
order: 1
|
|
instruction: Dissolve powder in water.
|
|
component_ids:
|
|
- main
|
|
notes:
|
|
- Formula uses a nominal 100 g basis; review the yield before use.
|