Unified.to · Schema

property_IntegrationSupport_raw_objects

objects that we map from in the integration

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-integrationsupport-raw-objects-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_IntegrationSupport_raw_objects",
  "title": "property_IntegrationSupport_raw_objects",
  "description": "objects that we map from in the integration",
  "items": {
    "type": "string"
  },
  "type": "array"
}