Vapi · Schema

ToolTemplateMetadata

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
collectionType string
collectionId string
collectionName string
View JSON Schema on GitHub

JSON Schema

vapi-tooltemplatemetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ToolTemplateMetadata",
  "title": "ToolTemplateMetadata",
  "type": "object",
  "properties": {
    "collectionType": {
      "type": "string"
    },
    "collectionId": {
      "type": "string"
    },
    "collectionName": {
      "type": "string"
    }
  }
}