Webex · Schema

Attachment

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
content object Enterprise Content Management file.
View JSON Schema on GitHub

JSON Schema

webex-attachment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Attachment",
  "title": "Attachment",
  "type": "object",
  "properties": {
    "content": {
      "$ref": "#/components/schemas/File",
      "description": "Enterprise Content Management file."
    }
  }
}