Amazon X-Ray · Schema

InsightId

InsightId schema from Amazon X-Ray API

Application PerformanceDebuggingDistributed TracingMonitoringObservability
View JSON Schema on GitHub

JSON Schema

xray-insight-id-schema.json Raw ↑
{
  "type": "string",
  "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InsightId",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-insight-id-schema.json",
  "description": "InsightId schema from Amazon X-Ray API"
}