{ "type": "object", "properties": { "Services": { "allOf": [ { "$ref": "#/components/schemas/FaultRootCauseServices" }, { "description": "A list of corresponding services. 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 information for a trace summary fault.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FaultRootCause", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-fault-root-cause-schema.json" }