Webex · Schema

MoveNumberValidationError

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

webex-movenumbervalidationerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MoveNumberValidationError",
  "title": "MoveNumberValidationError",
  "type": "object",
  "properties": {
    "trackingId": {
      "type": "string",
      "description": "Unique identifier to track the HTTP requests."
    },
    "error": {
      "$ref": "#/components/schemas/ErrorObject"
    }
  }
}