Webex · Schema
CadVariableBulkExportDTO
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| name | string | A name for the Global Variable. |
| description | string | A the description for the Global Variable created. |
| agentEditable | boolean | Indicates whether the Global Variable is editable in the Agent Desktop by the agent or not. |
| variableType | string | A valid Global Variable Type. The valid types are: String, Integer, DateTime, Boolean, Decimal. |
| defaultValue | string | A default value for the Global Variable. |
| reportable | boolean | Indicates whether the Global Variable is reportable or not. |
| sensitive | boolean | Indicates whether the Global Variable is sensitive or not. |
| agentViewable | boolean | Indicates whether the agent can view the Global Variable in Agent Desktop or not. |
| desktopLabel | string | A desktop label for the Global Variable created. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CadVariableBulkExportDTO",
"title": "CadVariableBulkExportDTO",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "A name for the Global Variable.",
"example": "Global Variable"
},
"description": {
"type": "string",
"description": "A the description for the Global Variable created.",
"example": "Global Variable to describe meta-data."
},
"agentEditable": {
"type": "boolean",
"description": "Indicates whether the Global Variable is editable in the Agent Desktop by the agent or not.",
"example": true
},
"variableType": {
"type": "string",
"description": "A valid Global Variable Type. The valid types are: String, Integer, DateTime, Boolean, Decimal.",
"example": "INTEGER",
"enum": [
"STRING",
"INTEGER",
"DATE_TIME",
"BOOLEAN",
"DECIMAL",
"String",
"Integer",
"DateTime",
"Boolean",
"Decimal"
]
},
"defaultValue": {
"type": "string",
"description": "A default value for the Global Variable.",
"example": "Default Value"
},
"reportable": {
"type": "boolean",
"description": "Indicates whether the Global Variable is reportable or not.",
"example": false
},
"sensitive": {
"type": "boolean",
"description": "Indicates whether the Global Variable is sensitive or not.",
"example": false
},
"agentViewable": {
"type": "boolean",
"description": "Indicates whether the agent can view the Global Variable in Agent Desktop or not.",
"example": true
},
"desktopLabel": {
"type": "string",
"description": "A desktop label for the Global Variable created.",
"example": "Desktop Label"
}
}
}
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/webex-cadvariablebulkexportdto"
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.