Unified.to · Schema

property_IntegrationSupport_webhook_events

IntegrationsUnified API

Properties

Name Type Description
created object
deleted object
updated object
View JSON Schema on GitHub

JSON Schema

unified-to-property-integrationsupport-webhook-events-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_IntegrationSupport_webhook_events",
  "title": "property_IntegrationSupport_webhook_events",
  "properties": {
    "created": {
      "$ref": "#/components/schemas/property_IntegrationSupport_webhook_events_created"
    },
    "deleted": {
      "$ref": "#/components/schemas/property_IntegrationSupport_webhook_events_deleted"
    },
    "updated": {
      "$ref": "#/components/schemas/property_IntegrationSupport_webhook_events_updated"
    }
  },
  "type": "object"
}