platform/dev/import-tool/docs/huly/example-workspace/Recipes.yaml
Anna Khismatullina e61eea7076
Port import changes to develop (#8685)
Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
2025-04-25 17:53:40 +04:00

19 lines
426 B
YAML

class: card:class:MasterTag
title: Recipe
properties:
- label: cookingTime
type: TypeString
- label: servings
type: TypeNumber
- label: difficulty
enumOf: "./Difficulty.yaml"
# isArray: true # for multiple values
- label: category
type: TypeString
- label: calories
type: TypeNumber
- label: chef
type: TypeString
- label: relatedRecipes
refTo: "./Recipes.yaml"
isArray: true