{ "$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-pages-schema.json", "title": "Pages", "description": "Specifies the location of occurrences of sensitive data in an Adobe Portable Document Format file.", "type": "array", "items": { "$ref": "#/components/schemas/Page" } }