Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
54 lines
956 B
YAML
54 lines
956 B
YAML
schema_version: 2
|
|
id: ranch_dressing
|
|
title: Ranch Dressing
|
|
categories:
|
|
- sauce
|
|
tags:
|
|
- dressing
|
|
- ranch
|
|
yield:
|
|
amount:
|
|
quantity: 228.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_mayonnaise
|
|
reference:
|
|
ingredient_id: mayonnaise
|
|
amount:
|
|
quantity: 100
|
|
unit_id: gram
|
|
percentage: 100
|
|
basis_member: true
|
|
- id: line_02_milk
|
|
reference:
|
|
ingredient_id: milk
|
|
amount:
|
|
quantity: 115
|
|
unit_id: gram
|
|
percentage: 115
|
|
- id: line_03_ranch_powder
|
|
reference:
|
|
ingredient_id: hidden_valley_ranch_dry_seasoning
|
|
amount:
|
|
quantity: 13.6
|
|
unit_id: gram
|
|
percentage: 13.6
|
|
steps:
|
|
- id: step_01
|
|
order: 1
|
|
instruction: Mix
|
|
component_ids:
|
|
- main
|
|
notes:
|
|
- Formula uses a nominal 100 g basis; review the yield before use.
|