__listOfDetection schema from Amazon Macie API
{ "$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-__list-of-detection-schema.json", "title": "__listOfDetection", "description": "__listOfDetection schema from Amazon Macie API", "type": "array", "items": { "$ref": "#/components/schemas/Detection" } }