Cisco Voice Portal · Schema

MicroApplication

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
name string Micro-application name
description string
type string
configurable boolean
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-vxml-services-micro-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MicroApplication",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Micro-application name"
    },
    "description": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "configurable": {
      "type": "boolean"
    }
  }
}