Vapi · Schema

LineInsightMetadata

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
xAxisLabel string
yAxisLabel string
yAxisMin number
yAxisMax number
name string
View JSON Schema on GitHub

JSON Schema

vapi-lineinsightmetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LineInsightMetadata",
  "title": "LineInsightMetadata",
  "type": "object",
  "properties": {
    "xAxisLabel": {
      "type": "string",
      "minLength": 1,
      "maxLength": 40
    },
    "yAxisLabel": {
      "type": "string",
      "minLength": 1,
      "maxLength": 40
    },
    "yAxisMin": {
      "type": "number"
    },
    "yAxisMax": {
      "type": "number"
    },
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 255
    }
  }
}