Amazon X-Ray · Schema

Annotations

Annotations schema from Amazon X-Ray API

Application PerformanceDebuggingDistributed TracingMonitoringObservability
View JSON Schema on GitHub

JSON Schema

xray-annotations-schema.json Raw ↑
{
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/ValuesWithServiceIds"
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Annotations",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-annotations-schema.json",
  "description": "Annotations schema from Amazon X-Ray API"
}