{
"title": "functions.alpha_vector.expression.VectorFunctionInputValue",
"type": "object",
"properties": {
"context": {
"anyOf": [
{
"type": "object",
"additionalProperties": {
"$ref": "functions.expression.InputValue"
}
},
{
"type": "null"
}
],
"omitempty": true
},
"items": {
"type": "array",
"items": {
"$ref": "functions.expression.InputValue"
}
}
}
}