Unified.to · Schema

property_CrmEvent_meeting

The meeting object, when type = meeting

IntegrationsUnified API

Properties

Name Type Description
description string
end_at string
start_at string
title string
View JSON Schema on GitHub

JSON Schema

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