mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-11 09:51:53 +00:00
19 lines
426 B
YAML
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 |