{ "$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-ranges-schema.json", "title": "Ranges", "description": "Specifies the locations of occurrences of sensitive data in a non-binary text file.", "type": "array", "items": { "$ref": "#/components/schemas/Range" } }