BlueConic · Schema

AuditEventsBean

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Properties

Name Type Description
auditEvents array
View JSON Schema on GitHub

JSON Schema

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