{
"title": "functions.alpha_vector.expression.VectorFunctionInputSchema",
"type": "object",
"properties": {
"context": {
"anyOf": [
{
"$ref": "functions.expression.ObjectInputSchema"
},
{
"type": "null"
}
],
"omitempty": true
},
"items": {
"$ref": "functions.expression.InputSchema"
}
}
}