Webex · Schema

AnnouncementPlaylistResponseWithId

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Unique identifier of the announcement playlist.
View JSON Schema on GitHub

JSON Schema

webex-announcementplaylistresponsewithid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AnnouncementPlaylistResponseWithId",
  "title": "AnnouncementPlaylistResponseWithId",
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC9jNzAwNmI4ZC1kYmQ3LTQ3YjctOWQ0Ny05ZDJkMWEzYmY1Yzc",
      "description": "Unique identifier of the announcement playlist."
    }
  }
}