New Relic · JSON Structure

Trace Api Zipkin Trace Payload Structure

Zipkin JSON v2 format trace payload

Type: array Properties: 0
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

ZipkinTracePayload 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/trace-api-zipkin-trace-payload-structure.json",
  "name": "ZipkinTracePayload",
  "description": "Zipkin JSON v2 format trace payload",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/ZipkinSpan"
  }
}