Webex · Schema

TrackingCodeItemForGetMeetingObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

webex-trackingcodeitemforgetmeetingobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TrackingCodeItemForGetMeetingObject",
  "title": "TrackingCodeItemForGetMeetingObject",
  "type": "object",
  "required": [
    "name",
    "value"
  ],
  "properties": {
    "name": {
      "type": "string",
      "example": "Department",
      "description": "Name for the tracking code."
    },
    "value": {
      "type": "string",
      "description": "Value for the tracking code."
    }
  }
}