BatchGetTracesRequest schema from Amazon X-Ray API
{ "type": "object", "required": [ "TraceIds" ], "title": "BatchGetTracesRequest", "properties": { "TraceIds": { "allOf": [ { "$ref": "#/components/schemas/TraceIdList" }, { "description": "Specify the trace IDs of requests for which to retrieve segments." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Pagination token." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-batch-get-traces-request-schema.json", "description": "BatchGetTracesRequest schema from Amazon X-Ray API" }