Webex · Schema

ActivationCode

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
code string The activation code.
expiryTime string The date and time the activation code expires.
View JSON Schema on GitHub

JSON Schema

webex-activationcode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActivationCode",
  "title": "ActivationCode",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "example": "5414011256173816",
      "description": "The activation code."
    },
    "expiryTime": {
      "type": "string",
      "example": "2017-11-16T23:38:03.215Z",
      "description": "The date and time the activation code expires."
    }
  }
}