Vapi · Schema

GhlToolMetadata

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
workflowId string
locationId string
View JSON Schema on GitHub

JSON Schema

vapi-ghltoolmetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GhlToolMetadata",
  "title": "GhlToolMetadata",
  "type": "object",
  "properties": {
    "workflowId": {
      "type": "string"
    },
    "locationId": {
      "type": "string"
    }
  }
}