Amazon X-Ray · Schema

InsightState

InsightState schema from Amazon X-Ray API

Application PerformanceDebuggingDistributed TracingMonitoringObservability
View JSON Schema on GitHub

JSON Schema

xray-insight-state-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "ACTIVE",
    "CLOSED"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InsightState",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-insight-state-schema.json",
  "description": "InsightState schema from Amazon X-Ray API"
}