{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-statistics-structure.json", "name": "Statistics", "description": "Provides processing statistics for a classification job.", "type": "object", "properties": { "approximateNumberOfObjectsToProcess": { "allOf": [ { "$ref": "#/components/schemas/__double" }, { "description": "The approximate number of objects that the job has yet to process during its current run." } ] }, "numberOfRuns": { "allOf": [ { "$ref": "#/components/schemas/__double" }, { "description": "The number of times that the job has run." } ] } } }