Unified.to · Schema

property_CrmEvent_note

The note object, when type = note

IntegrationsUnified API

Properties

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

JSON Schema

unified-to-property-crmevent-note-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CrmEvent_note",
  "title": "property_CrmEvent_note",
  "description": "The note object, when type = note",
  "properties": {
    "description": {
      "type": "string"
    },
    "title": {
      "type": "string"
    }
  },
  "type": "object"
}