Highlight (highlight.io) · Schema
Highlight Log Record (OTLP)
Schema for a single OpenTelemetry log record as accepted by the Highlight OTLP HTTP/JSON endpoint at /v1/logs.
ObservabilitySession ReplayError MonitoringAPMLoggingTracingOpenTelemetryOpen-SourceFrontend MonitoringFull Stack Monitoring
Properties
| Name | Type | Description |
|---|---|---|
| timeUnixNano | string | Event timestamp in nanoseconds since UNIX epoch. |
| observedTimeUnixNano | string | |
| severityNumber | integer | OpenTelemetry severity number (1-24). 9=INFO, 13=WARN, 17=ERROR, 21=FATAL. |
| severityText | string | Human-readable severity label. |
| body | object | |
| attributes | array | Recommended attributes: highlight.session_id, highlight.trace_id, service.name. |
| traceId | string | 16-byte hex trace ID for correlation. |
| spanId | string | 8-byte hex span ID for correlation. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/highlight-io/highlight-log-schema.json",
"title": "Highlight Log Record (OTLP)",
"description": "Schema for a single OpenTelemetry log record as accepted by the Highlight OTLP HTTP/JSON endpoint at /v1/logs.",
"type": "object",
"required": ["timeUnixNano", "body"],
"properties": {
"timeUnixNano": { "type": "string", "description": "Event timestamp in nanoseconds since UNIX epoch." },
"observedTimeUnixNano": { "type": "string" },
"severityNumber": {
"type": "integer",
"description": "OpenTelemetry severity number (1-24). 9=INFO, 13=WARN, 17=ERROR, 21=FATAL.",
"minimum": 1,
"maximum": 24
},
"severityText": {
"type": "string",
"description": "Human-readable severity label.",
"examples": ["TRACE", "DEBUG", "INFO", "WARN", "ERROR", "FATAL"]
},
"body": {
"oneOf": [
{ "type": "string" },
{
"type": "object",
"properties": {
"stringValue": { "type": "string" },
"intValue": { "type": "string" },
"doubleValue": { "type": "number" },
"boolValue": { "type": "boolean" }
}
}
]
},
"attributes": {
"type": "array",
"description": "Recommended attributes: highlight.session_id, highlight.trace_id, service.name.",
"items": {
"type": "object",
"required": ["key"],
"properties": {
"key": { "type": "string" },
"value": {
"type": "object",
"properties": {
"stringValue": { "type": "string" },
"boolValue": { "type": "boolean" },
"intValue": { "type": "string" },
"doubleValue": { "type": "number" }
}
}
}
}
},
"traceId": { "type": "string", "description": "16-byte hex trace ID for correlation." },
"spanId": { "type": "string", "description": "8-byte hex span ID for correlation." }
}
}
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/highlight-log"
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.