{
"title": "functions.alpha_vector.InlineFunction",
"anyOf": [
{
"title": "Branch",
"type": "object",
"properties": {
"tasks": {
"type": "array",
"items": {
"$ref": "functions.alpha_vector.BranchTaskExpression"
}
},
"type": {
"type": "string",
"enum": [
"alpha.vector.branch.function"
]
}
}
},
{
"title": "Leaf",
"type": "object",
"properties": {
"tasks": {
"type": "array",
"items": {
"$ref": "functions.alpha_vector.LeafTaskExpression"
}
},
"type": {
"type": "string",
"enum": [
"alpha.vector.leaf.function"
]
}
}
}
]
}