Webex · Schema

listBackgroundImagesObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
backgroundImageUrl string The URL of the image file.
fileName string The name of the image file.
View JSON Schema on GitHub

JSON Schema

webex-listbackgroundimagesobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/listBackgroundImagesObject",
  "title": "listBackgroundImagesObject",
  "type": "object",
  "required": [
    "backgroundImageUrl",
    "fileName"
  ],
  "properties": {
    "backgroundImageUrl": {
      "type": "string",
      "example": "\"/dms/Cisco_Phone_Background/background001\"",
      "description": "The URL of the image file."
    },
    "fileName": {
      "type": "string",
      "example": "CompanyLogoBlue",
      "description": "The name of the image file."
    }
  }
}