BlueConic · Schema

AuditEntryBean

Customer Data PlatformCDPCustomer ProfilesSegmentsData ActivationFirst-Party DataLifecycle StagesConnectionsPrivacy

Properties

Name Type Description
application string
date string Datetime in UTC when the event occurred. The date is in the https://www.ietf.org/rfc/rfc3339.txt format, example = "2025-01-22T11:21:33.872Z".
ipAddress string
objectType string
objects array
operation string
username string
View JSON Schema on GitHub

JSON Schema

auditentrybean.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/blueconic/json-schema/auditentrybean.json",
  "title": "AuditEntryBean",
  "type": "object",
  "properties": {
    "application": {
      "type": "string"
    },
    "date": {
      "type": "string",
      "format": "date-time",
      "description": "Datetime in UTC when the event occurred. The date is in the https://www.ietf.org/rfc/rfc3339.txt format, example = \"2025-01-22T11:21:33.872Z\"."
    },
    "ipAddress": {
      "type": "string"
    },
    "objectType": {
      "type": "string",
      "enum": [
        "DIALOGUE",
        "LISTENER",
        "CONNECTION",
        "VARIANT",
        "SEGMENT",
        "PROFILE_PROPERTY",
        "GROUP_PROPERTY",
        "TRACKER",
        "DASHBOARD",
        "LIFECYCLE",
        "PLUGIN",
        "USER",
        "ROLE",
        "CHANNEL",
        "BLUECONIC_HOSTNAME",
        "LANGUAGE",
        "CONTENTSTORE",
        "STATISTICS",
        "FAVORITE",
        "TEMPLATE",
        "NOTEBOOK",
        "PRIORITY",
        "GROUP_TYPE",
        "CLEANUP_RULE",
        "MERGE_RULE",
        "COMPOSITION_RULE",
        "OBJECTIVE",
        "TIMELINE_EVENT_TYPE",
        "PROFILE",
        "IP_RANGE",
        "GROUP",
        "SUPPORTED_LEGISLATION_ZONE",
        "DOMAIN_GROUP",
        "DOMAIN",
        "PRIVACY_SETTING",
        "SINGLE_SIGN_ON_SETTING",
        "BLUECONIC_SUPPORT_ACCESS_SETTING",
        "OAUTH_APPLICATION",
        "OAUTH_TOKEN",
        "TIMELINE_EVENT_ROLLUP",
        "INACTIVITY_SETTING",
        "AI_CANVAS",
        "MODEL",
        "GEN_AI_SETTING"
      ]
    },
    "objects": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AuditEntryObjectBean"
      }
    },
    "operation": {
      "type": "string",
      "enum": [
        "CREATE",
        "UPDATE",
        "DELETE",
        "READ",
        "LOGIN",
        "LOGOUT",
        "LOGIN_FAILED",
        "PROFILE_MERGE_TRIGGERED_BY_USER",
        "PASSWORD_RESET_REQUESTED",
        "PASSWORD_CHANGE",
        "MANUAL_RUN",
        "SCHEDULED_RUN",
        "EDITOR_RUN"
      ]
    },
    "username": {
      "type": "string"
    }
  },
  "required": [
    "date",
    "objectType",
    "operation"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/auditentrybean"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.