recipe

Ein Rezept basiert auf einem Rezepttyp

Allgemeine Informationen

Domain

TcHmiRecipeManagement

Schema

Typ

object

JSON-Schema

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