Vapi · Schema

ToolTemplateSetup

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
title string
description string
videoUrl string
docsUrl string
View JSON Schema on GitHub

JSON Schema

vapi-tooltemplatesetup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ToolTemplateSetup",
  "title": "ToolTemplateSetup",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "videoUrl": {
      "type": "string"
    },
    "docsUrl": {
      "type": "string"
    }
  },
  "required": [
    "title"
  ]
}