Webex · Schema

MeetingUsageReportTrackingCodeObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
name string Name of the tracking code.
value string Value of the tracking code.
View JSON Schema on GitHub

JSON Schema

webex-meetingusagereporttrackingcodeobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MeetingUsageReportTrackingCodeObject",
  "title": "MeetingUsageReportTrackingCodeObject",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Department",
      "description": "Name of the tracking code."
    },
    "value": {
      "type": "string",
      "example": "Engineering",
      "description": "Value of the tracking code."
    }
  }
}