Unified.to · Schema

MessagingAttachment

IntegrationsUnified API

Properties

Name Type Description
content_identifier string
content_type string
download_url string
filename string
message_id string
size number
View JSON Schema on GitHub

JSON Schema

unified-to-messagingattachment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MessagingAttachment",
  "title": "MessagingAttachment",
  "properties": {
    "content_identifier": {
      "type": "string"
    },
    "content_type": {
      "type": "string"
    },
    "download_url": {
      "type": "string"
    },
    "filename": {
      "type": "string"
    },
    "message_id": {
      "type": "string"
    },
    "size": {
      "type": "number"
    }
  },
  "type": "object"
}