Webex · Schema

ApplyLineKeyTemplateJobErrors

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
trackingId string Unique identifier to track the HTTP requests.
error object Description of errors in the job.
View JSON Schema on GitHub

JSON Schema

webex-applylinekeytemplatejoberrors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplyLineKeyTemplateJobErrors",
  "title": "ApplyLineKeyTemplateJobErrors",
  "type": "object",
  "required": [
    "trackingId"
  ],
  "properties": {
    "trackingId": {
      "type": "string",
      "description": "Unique identifier to track the HTTP requests."
    },
    "error": {
      "$ref": "#/components/schemas/ErrorMessageObject",
      "description": "Description of errors in the job."
    }
  }
}