{ "$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" }