Files
formulation/culinary/recipes/blueberry_raspberry_blend.yaml
T
nicholas 816b28e179
Build & Deploy Formulation / Build & Push Image (push) Successful in 15s
Build & Deploy Formulation / deploy (push) Successful in 12s
build and deploy Formulation application
Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
2026-08-13 18:08:25 -05:00

45 lines
784 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
schema_version: 2
id: blueberry_raspberry_blend
title: BlueberryRaspberry 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