{
"title": "functions.alpha_vector.PlaceholderVectorFunctionTaskExpression",
"type": "object",
"properties": {
"depth": {
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
},
"input": {
"$ref": "functions.alpha_vector.expression.VectorFunctionInputValueExpression"
},
"input_schema": {
"$ref": "functions.alpha_vector.expression.VectorFunctionInputSchema"
},
"max_branch_width": {
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
},
"max_leaf_width": {
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
},
"min_branch_width": {
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
},
"min_leaf_width": {
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
},
"name": {
"type": "string"
},
"skip": {
"anyOf": [
{
"$ref": "functions.expression.Expression"
},
{
"type": "null"
}
],
"omitempty": true
},
"spec": {
"type": "string"
}
}
}