Vapi · Schema

TestSuiteRunTestAttemptCall

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
artifact object This is the artifact of the call.
View JSON Schema on GitHub

JSON Schema

vapi-testsuiteruntestattemptcall-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TestSuiteRunTestAttemptCall",
  "title": "TestSuiteRunTestAttemptCall",
  "type": "object",
  "properties": {
    "artifact": {
      "description": "This is the artifact of the call.",
      "allOf": [
        {
          "$ref": "#/components/schemas/Artifact"
        }
      ]
    }
  },
  "required": [
    "artifact"
  ]
}