Composio · Schema

DeprecatedToolkitInfo

Deprecated toolkit ID

AI AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooks

Properties

Name Type Description
toolkitId string
View JSON Schema on GitHub

JSON Schema

composio-deprecatedtoolkitinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeprecatedToolkitInfo",
  "title": "DeprecatedToolkitInfo",
  "type": "object",
  "properties": {
    "toolkitId": {
      "type": "string"
    }
  },
  "required": [
    "toolkitId"
  ],
  "description": "Deprecated toolkit ID",
  "deprecated": true,
  "example": {
    "toolkitId": "550e8400-e29b-41d4-a716-446655440000"
  }
}