{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/trace-api-new-relic-trace-payload-schema.json", "title": "NewRelicTracePayload", "description": "New Relic format trace payload \u2014 array of span batch objects", "type": "array", "items": { "$ref": "#/components/schemas/SpanBatch" } }