New Relic · Schema

EventPayload

An array of custom event objects to ingest

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform
View JSON Schema on GitHub

JSON Schema

new-relic-eventpayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventPayload",
  "title": "EventPayload",
  "type": "array",
  "description": "An array of custom event objects to ingest",
  "maxItems": 2000,
  "items": {
    "$ref": "#/components/schemas/CustomEvent"
  }
}