Cisco Voice Portal · Schema

OperationResult

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
status string
message string
timestamp string
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-vxml-services-operation-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OperationResult",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "timestamp": {
      "type": "string"
    }
  }
}