Unified.to · Schema

property_IntegrationSupport_webhook_events_deleted

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-integrationsupport-webhook-events-deleted-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_IntegrationSupport_webhook_events_deleted",
  "title": "property_IntegrationSupport_webhook_events_deleted",
  "items": {
    "enum": [
      "virtual",
      "native"
    ],
    "type": "string",
    "x-speakeasy-unknown-values": "allow"
  },
  "type": "array"
}