Cisco Voice Portal · Schema

ReportTemplate

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
templateId string
name string
description string
category string
parameters array
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-reporting-report-template-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReportTemplate",
  "type": "object",
  "properties": {
    "templateId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "parameters": {
      "type": "array"
    }
  }
}