{
"type": "object",
"properties": {
"Services": {
"allOf": [
{
"$ref": "#/components/schemas/ErrorRootCauseServices"
},
{
"description": "A list of services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag."
}
]
},
"ClientImpacting": {
"allOf": [
{
"$ref": "#/components/schemas/NullableBoolean"
},
{
"description": "A flag that denotes that the root cause impacts the trace client."
}
]
}
},
"description": "The root cause of a trace summary error.",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ErrorRootCause",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-error-root-cause-schema.json"
}