Unified.to · Schema

property_CrmEvent_form

IntegrationsUnified API

Properties

Name Type Description
archived_at string
fields object
name string
redirect_url string
View JSON Schema on GitHub

JSON Schema

unified-to-property-crmevent-form-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CrmEvent_form",
  "title": "property_CrmEvent_form",
  "properties": {
    "archived_at": {
      "format": "date-time",
      "type": "string"
    },
    "fields": {
      "$ref": "#/components/schemas/property_CrmEvent_form_fields"
    },
    "name": {
      "type": "string"
    },
    "redirect_url": {
      "type": "string"
    }
  },
  "type": "object"
}