{
"title": "functions.alpha_vector.PartialPlaceholderBranchTaskExpression",
"anyOf": [
{
"title": "PlaceholderScalarFunction",
"type": "object",
"$ref": "functions.alpha_vector.PartialPlaceholderScalarFunctionTaskExpression",
"properties": {
"type": {
"type": "string",
"enum": [
"placeholder.alpha.scalar.function"
]
}
}
},
{
"title": "PlaceholderVectorFunction",
"type": "object",
"$ref": "functions.alpha_vector.PartialPlaceholderVectorFunctionTaskExpression",
"properties": {
"type": {
"type": "string",
"enum": [
"placeholder.alpha.vector.function"
]
}
}
}
]
}