platform/dev/import-tool/docs/huly/example-workspace/Recipes.yaml
2025-04-11 08:40:30 +07: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