{ "$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-custom-detections-schema.json", "title": "CustomDetections", "description": "Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that each identifier detected.", "type": "array", "items": { "$ref": "#/components/schemas/CustomDetection" } }