Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
45 lines
784 B
YAML
45 lines
784 B
YAML
schema_version: 2
|
||
id: blueberry_raspberry_blend
|
||
title: Blueberry–Raspberry Blend
|
||
categories:
|
||
- component
|
||
tags:
|
||
- fruit
|
||
- berry
|
||
yield:
|
||
amount:
|
||
quantity: 100
|
||
unit_id: gram
|
||
basis: theoretical
|
||
scaling:
|
||
mode: hybrid
|
||
basis_id: formula_basis
|
||
basis_amount:
|
||
quantity: 100
|
||
unit_id: gram
|
||
components:
|
||
- id: main
|
||
name: Main
|
||
items:
|
||
- id: line_01_blueberry
|
||
reference:
|
||
ingredient_id: blueberry
|
||
amount:
|
||
quantity: 50
|
||
unit_id: gram
|
||
percentage: 50
|
||
basis_member: true
|
||
- id: line_02_raspberry
|
||
reference:
|
||
ingredient_id: raspberry
|
||
amount:
|
||
quantity: 50
|
||
unit_id: gram
|
||
percentage: 50
|
||
steps:
|
||
- id: step_01
|
||
order: 1
|
||
instruction: Combine equal weights of blueberries and raspberries.
|
||
component_ids:
|
||
- main
|