{ "type": "object", "properties": { "Services": { "allOf": [ { "$ref": "#/components/schemas/ServiceList" }, { "description": "The services that have processed one of the specified requests." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Pagination token." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GetTraceGraphResult", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-get-trace-graph-result-schema.json", "description": "GetTraceGraphResult schema from Amazon X-Ray API" }