Cisco Voice Portal · JSON Structure

Cisco Voice Portal Vxml Services Micro App Config Structure

Type: object Properties: 3
Contact CenterIVRTelephonyVoiceVXML

MicroAppConfig is a JSON Structure definition published by Cisco Voice Portal, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name description parameters

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MicroAppConfig",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "parameters": {
      "type": "array"
    }
  }
}