API Schema
Trace metadata
Schema TraceMetadata from lib/api-platform.ts.
Schema
{
"type": "object",
"properties": {
"traceparent": {
"type": "string"
},
"tracestate": {
"type": "string"
},
"X-PlatPhorm-Trace-Id": {
"type": "string"
},
"X-PlatPhorm-Span-Id": {
"type": "string"
},
"X-PlatPhorm-Request-Id": {
"type": "string"
},
"x-vercel-ja4-digest": {
"type": "string",
"description": "Fingerprint-adjacent metadata. Raw value is never exposed publicly."
}
}
}