New Relic · Schema
ZipkinTracePayload
Zipkin JSON v2 format trace payload
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform
JSON Schema
{
"type": "array",
"description": "Zipkin JSON v2 format trace payload",
"items": {
"type": "object",
"description": "A single span in Zipkin JSON v2 format",
"properties": {
"id": {
"type": "string",
"description": "Span ID (16 hex characters)",
"example": "500123"
},
"traceId": {
"type": "string",
"description": "Trace ID (32 hex characters)",
"example": "500123"
},
"parentId": {
"type": "string",
"description": "Parent span ID",
"example": "500123"
},
"name": {
"type": "string",
"description": "Span name / operation name",
"example": "example-resource-01"
},
"timestamp": {
"type": "integer",
"description": "Span start time in microseconds since epoch",
"example": 1718153645993
},
"duration": {
"type": "integer",
"description": "Span duration in microseconds",
"example": 100
},
"kind": {
"type": "string",
"example": "CLIENT",
"enum": [
"CLIENT",
"SERVER",
"PRODUCER",
"CONSUMER"
]
},
"localEndpoint": {
"type": "object",
"example": {
"serviceName": "myService",
"ipv4": "example_string",
"port": 8080
},
"properties": {
"serviceName": {
"type": "string"
},
"ipv4": {
"type": "string"
},
"port": {
"type": "integer"
}
}
},
"remoteEndpoint": {
"type": "object",
"example": {
"serviceName": "myService",
"ipv4": "example_string",
"port": 8080
},
"properties": {
"serviceName": {
"type": "string"
},
"ipv4": {
"type": "string"
},
"port": {
"type": "integer"
}
}
},
"tags": {
"type": "object",
"example": {
"customAttribute": "example_value"
}
},
"annotations": {
"type": "array",
"example": [
{
"timestamp": 1718153645993,
"value": "example_string"
}
],
"items": {
"type": "object",
"properties": {
"timestamp": {
"type": "integer"
},
"value": {
"type": "string"
}
}
}
}
},
"required": [
"id",
"traceId"
]
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ZipkinTracePayload"
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/new-relic-trace-zipkin-trace-payload"
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.