Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
122 lines
2.3 KiB
YAML
122 lines
2.3 KiB
YAML
schema_version: 2
|
|
id: crab_rangoon
|
|
title: Crab Rangoon
|
|
categories:
|
|
- side
|
|
tags:
|
|
- seafood
|
|
- filling
|
|
yield:
|
|
amount:
|
|
quantity: 134.9
|
|
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_cream_cheese
|
|
reference:
|
|
ingredient_id: cream_cheese
|
|
amount:
|
|
quantity: 100
|
|
unit_id: gram
|
|
percentage: 100
|
|
basis_member: true
|
|
- id: line_02_imitation_crab_minced
|
|
reference:
|
|
ingredient_id: imitation_crab
|
|
amount:
|
|
quantity: 18
|
|
unit_id: gram
|
|
percentage: 18
|
|
prep:
|
|
- action_id: mince
|
|
- id: line_03_scallion_minced
|
|
reference:
|
|
ingredient_id: green_onion
|
|
amount:
|
|
quantity: 11
|
|
unit_id: gram
|
|
percentage: 11
|
|
prep:
|
|
- action_id: mince
|
|
- id: line_04_soy_sauce_light
|
|
reference:
|
|
ingredient_id: soy_sauce_light
|
|
amount:
|
|
quantity: 2.3
|
|
unit_id: gram
|
|
percentage: 2.3
|
|
- id: line_05_sugar
|
|
reference:
|
|
ingredient_id: sugar
|
|
amount:
|
|
quantity: 1.7
|
|
unit_id: gram
|
|
percentage: 1.7
|
|
- id: line_06_salt
|
|
reference:
|
|
ingredient_id: salt
|
|
amount:
|
|
quantity: 0.62
|
|
unit_id: gram
|
|
percentage: 0.62
|
|
- id: line_07_msg
|
|
reference:
|
|
ingredient_id: msg
|
|
amount:
|
|
quantity: 0.45
|
|
unit_id: gram
|
|
percentage: 0.45
|
|
- id: line_08_white_pepper
|
|
reference:
|
|
ingredient_id: white_pepper
|
|
amount:
|
|
quantity: 0.45
|
|
unit_id: gram
|
|
percentage: 0.45
|
|
- id: line_09_sesame_oil
|
|
reference:
|
|
ingredient_id: sesame_oil
|
|
amount:
|
|
quantity: 0.2
|
|
unit_id: gram
|
|
percentage: 0.2
|
|
- id: line_10_garlic_powder
|
|
reference:
|
|
ingredient_id: garlic_powder
|
|
amount:
|
|
quantity: 0.18
|
|
unit_id: gram
|
|
percentage: 0.18
|
|
steps:
|
|
- id: step_01
|
|
order: 1
|
|
instruction: Mix all into room temp cream cheese.
|
|
component_ids:
|
|
- main
|
|
- id: step_02
|
|
order: 2
|
|
instruction: Refrigerate.
|
|
component_ids:
|
|
- main
|
|
- id: step_03
|
|
order: 3
|
|
instruction: Form into balls.
|
|
component_ids:
|
|
- main
|
|
- id: step_04
|
|
order: 4
|
|
instruction: Freeze balls.
|
|
component_ids:
|
|
- main
|
|
notes:
|
|
- Formula uses a nominal 100 g basis; review the yield before use.
|