Unified.to · Schema

CalendarAttachment

IntegrationsUnified API

Properties

Name Type Description
download_url string
id string
mime_type string
name string
View JSON Schema on GitHub

JSON Schema

unified-to-calendarattachment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CalendarAttachment",
  "title": "CalendarAttachment",
  "properties": {
    "download_url": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "mime_type": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  },
  "type": "object"
}