Vapi · Schema
FilterStructuredOutputColumnOnCallTable
Artificial IntelligenceVoiceAgentsReal-TimeCPaaS
Properties
| Name | Type | Description |
|---|---|---|
| column | string | This is the column in the call table that will be filtered on. Structured Output Type columns are only to filter on artifact.structuredOutputs[OutputID] column. |
| operator | string | This is the operator to use for the filter. The operator depends on the value type of the structured output. If the structured output is a string or boolean, the operator must be "=", "!=" If the stru |
| value | object | This is the value to filter on. The value type depends on the structured output type being filtered. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/FilterStructuredOutputColumnOnCallTable",
"title": "FilterStructuredOutputColumnOnCallTable",
"type": "object",
"properties": {
"column": {
"type": "string",
"description": "This is the column in the call table that will be filtered on.\nStructured Output Type columns are only to filter on artifact.structuredOutputs[OutputID] column.",
"example": "artifact.structuredOutputs[OutputID]",
"enum": [
"artifact.structuredOutputs[OutputID]"
]
},
"operator": {
"type": "string",
"description": "This is the operator to use for the filter.\nThe operator depends on the value type of the structured output.\nIf the structured output is a string or boolean, the operator must be \"=\", \"!=\"\nIf the structured output is a number, the operator must be \"=\", \">\", \"<\", \">=\", \"<=\"\nIf the structured output is an array, the operator must be \"in\" or \"not_in\"",
"example": "\"=\" or \">\" or \"<\" or \"in\" or \"not_in\"",
"enum": [
"=",
"!=",
">",
"<",
">=",
"<=",
"in",
"not_in",
"contains",
"not_contains",
"is_empty",
"is_not_empty"
]
},
"value": {
"type": "object",
"description": "This is the value to filter on.\nThe value type depends on the structured output type being filtered."
}
},
"required": [
"column",
"operator",
"value"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vapi-filterstructuredoutputcolumnoncalltable"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.