Cisco Voice Portal · Schema

Application

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
applicationId string
applicationName string
applicationType string
status string
version string
deployedServers array
createdAt string
updatedAt string
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-administration-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Application",
  "type": "object",
  "properties": {
    "applicationId": {
      "type": "string"
    },
    "applicationName": {
      "type": "string"
    },
    "applicationType": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "deployedServers": {
      "type": "array"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    }
  }
}