{ "type": "object", "required": [ "Timestamp" ], "properties": { "Timestamp": { "allOf": [ { "$ref": "#/components/schemas/Timestamp" }, { "description": "

" } ] }, "SegmentsReceivedCount": { "allOf": [ { "$ref": "#/components/schemas/NullableInteger" }, { "description": "

" } ] }, "SegmentsSentCount": { "allOf": [ { "$ref": "#/components/schemas/NullableInteger" }, { "description": "

" } ] }, "SegmentsSpilloverCount": { "allOf": [ { "$ref": "#/components/schemas/NullableInteger" }, { "description": "

" } ] }, "SegmentsRejectedCount": { "allOf": [ { "$ref": "#/components/schemas/NullableInteger" }, { "description": "

" } ] }, "BackendConnectionErrors": { "allOf": [ { "$ref": "#/components/schemas/BackendConnectionErrors" }, { "description": "

" } ] } }, "description": "

", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TelemetryRecord", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-telemetry-record-schema.json" }