Unified.to · Schema

property_CrmEvent_call

The call object, when type = call

IntegrationsUnified API

Properties

Name Type Description
description string
duration number
start_at string
View JSON Schema on GitHub

JSON Schema

unified-to-property-crmevent-call-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CrmEvent_call",
  "title": "property_CrmEvent_call",
  "description": "The call object, when type = call",
  "properties": {
    "description": {
      "type": "string"
    },
    "duration": {
      "type": "number"
    },
    "start_at": {
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}