Vapi · JSON Structure

Vapi Structured Output Structure

Type: object Properties: 13
AIVoice AIVoice AgentsConversational AITelephonyReal-TimeTranscriptionText-to-SpeechLLMAgentsMCP

StructuredOutput is a JSON Structure definition published by Vapi, describing 13 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type regex model compliancePlan id orgId createdAt updatedAt name description assistantIds workflowIds schema

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StructuredOutput",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "regex": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "compliancePlan": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "orgId": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "assistantIds": {
      "type": "array"
    },
    "workflowIds": {
      "type": "array"
    },
    "schema": {
      "type": "string"
    }
  }
}