{
"title": "functions.ScalarFunctionTask",
"description": "A compiled scalar function task ready for execution.",
"type": "object",
"$ref": "RemotePath",
"properties": {
"input": {
"description": "The resolved input to pass to the function.",
"$ref": "functions.expression.InputValue"
},
"output": {
"description": "Expression to transform the task result into a valid function output.\n\nReceives `output` as the nested function's result (Scalar or Vector).\nMust return a `TaskOutputOwned` valid for the parent function's type (scalar or vector).\nSee [`ScalarFunctionTaskExpression::output`] for full documentation.",
"$ref": "functions.expression.Expression"
}
}
}