{
"title": "functions.expression.AnyOfInputSchema",
"description": "Schema for a union of possible types - input must match at least one.",
"type": "object",
"properties": {
"anyOf": {
"description": "The possible schemas that the input can match.",
"type": "array",
"items": {
"$ref": "functions.expression.InputSchema"
}
}
}
}