New Relic · JSON Structure

Event Api Event Payload Structure

An array of custom event objects to ingest

Type: array Properties: 0
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

EventPayload is a JSON Structure definition published by New Relic. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/event-api-event-payload-structure.json",
  "name": "EventPayload",
  "description": "An array of custom event objects to ingest",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/CustomEvent"
  },
  "maxItems": 2000
}