Vapi · Schema

TestSuiteRunTestAttemptMetadata

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
sessionId string This is the session ID for the test attempt.
View JSON Schema on GitHub

JSON Schema

vapi-testsuiteruntestattemptmetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TestSuiteRunTestAttemptMetadata",
  "title": "TestSuiteRunTestAttemptMetadata",
  "type": "object",
  "properties": {
    "sessionId": {
      "type": "string",
      "description": "This is the session ID for the test attempt."
    }
  },
  "required": [
    "sessionId"
  ]
}