{
"title": "functions.alpha_vector.PartialPlaceholderScalarFunctionTaskExpression",
"type": "object",
"properties": {
"input": {
"$ref": "functions.expression.Expression"
},
"input_schema": {
"$ref": "functions.expression.ObjectInputSchema"
},
"skip": {
"anyOf": [
{
"$ref": "functions.expression.Expression"
},
{
"type": "null"
}
],
"omitempty": true
},
"spec": {
"type": "string"
}
}
}