Webex · Schema

PutAnnouncementPlaylistObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
name string Unique name for the announcement playlist.
announcementIds array Array of `announcementIds` associated with the playlist.
View JSON Schema on GitHub

JSON Schema

webex-putannouncementplaylistobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PutAnnouncementPlaylistObject",
  "title": "PutAnnouncementPlaylistObject",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "testingHydraAnnouncementPlaylistWithTwoFiles",
      "description": "Unique name for the announcement playlist."
    },
    "announcementIds": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC8yMTkxMDhmNC1iMGVjLTRkNTMtODMzYy1kNTE1NWE4OWQzZTk,Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC8zY2I2Y2Q1MS02Zjk3LTRiMmYtYTA0Yy04MjRmOGQ2NjQyYTU"
      },
      "description": "Array of `announcementIds` associated with the playlist."
    }
  }
}