BlueConic · Schema

interactions

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Properties

Name Type Description
interactions array
View JSON Schema on GitHub

JSON Schema

interactions.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/blueconic/json-schema/interactions.json",
  "title": "interactions",
  "type": "object",
  "properties": {
    "interactions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/entry"
      }
    }
  }
}