{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-default-detections-schema.json", "title": "DefaultDetections", "description": "Provides information about sensitive data that was detected by managed data identifiers and produced a sensitive data finding, and the number of occurrences of each type of sensitive data that was detected.", "type": "array", "items": { "$ref": "#/components/schemas/DefaultDetection" } }