Unified.to · Schema

property_TaskTask_attachment_ids

Array of attachment IDs retrieved from StorageFile.Get endpoint

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-tasktask-attachment-ids-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_TaskTask_attachment_ids",
  "title": "property_TaskTask_attachment_ids",
  "description": "Array of attachment IDs retrieved from StorageFile.Get endpoint",
  "items": {
    "type": "string"
  },
  "type": "array"
}