{ "type": "object", "properties": { "RuleName": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The name of the sampling rule." } ] }, "ErrorCode": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The error code." } ] }, "Message": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The error message." } ] } }, "description": "Sampling statistics from a call to GetSamplingTargets that X-Ray could not process.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UnprocessedStatistics", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-unprocessed-statistics-schema.json" }