Vapi · Schema

CredentialSessionError

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
type string
description string
View JSON Schema on GitHub

JSON Schema

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