Amazon Macie · Schema

Cells

Specifies the location of occurrences of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3
View JSON Schema on GitHub

JSON Schema

amazon-macie-cells-schema.json Raw ↑
{
  "$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-cells-schema.json",
  "title": "Cells",
  "description": "Specifies the location of occurrences of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/Cell"
  }
}