Amazon X-Ray · JSON Structure

Xray Fault Root Cause Entity Path Structure

FaultRootCauseEntityPath schema from Amazon X-Ray API

Type: array Properties: 0
Application PerformanceDebuggingDistributed TracingMonitoringObservability

FaultRootCauseEntityPath is a JSON Structure definition published by Amazon X-Ray. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/FaultRootCauseEntity"
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "FaultRootCauseEntityPath",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-fault-root-cause-entity-path-structure.json",
  "description": "FaultRootCauseEntityPath schema from Amazon X-Ray API"
}