Amazon X-Ray · JSON Structure

Xray Error Root Cause Services Structure

ErrorRootCauseServices schema from Amazon X-Ray API

Type: array Properties: 0
Application PerformanceDebuggingDistributed TracingMonitoringObservability

ErrorRootCauseServices 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/ErrorRootCauseService"
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ErrorRootCauseServices",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-error-root-cause-services-structure.json",
  "description": "ErrorRootCauseServices schema from Amazon X-Ray API"
}