Vapi · Schema

CreateTestSuiteRunDto

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
name string This is the name of the test suite run.
View JSON Schema on GitHub

JSON Schema

vapi-createtestsuiterundto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateTestSuiteRunDto",
  "title": "CreateTestSuiteRunDto",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "This is the name of the test suite run.",
      "maxLength": 80
    }
  }
}