recipe

Recipes are based on recipe types

General Information

Domain

TcHmiRecipeManagement

Schema

Type

object

JSON Schema

{
    "additionalProperties": false,
    "configDescription": "DESC_RECIPE",
    "properties": {
        "recipeTypeName": {
            "type": "string"
        },
        "values": {
            "additionalProperties": {},
            "type": "object"
        }
    },
    "required": [
        "recipeTypeName",
        "values"
    ],
    "type": "object"
}