Unified.to · Schema

property_CrmEvent_page_view

IntegrationsUnified API

Properties

Name Type Description
average number
count number
url string
View JSON Schema on GitHub

JSON Schema

unified-to-property-crmevent-page-view-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CrmEvent_page_view",
  "title": "property_CrmEvent_page_view",
  "properties": {
    "average": {
      "type": "number"
    },
    "count": {
      "type": "number"
    },
    "url": {
      "type": "string"
    }
  },
  "type": "object"
}