Amazon Macie · Schema

Records

Specifies the locations of occurrences of sensitive data in an Apache Avro object container or a structured data file.

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3
View JSON Schema on GitHub

JSON Schema

amazon-macie-records-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-records-schema.json",
  "title": "Records",
  "description": "Specifies the locations of occurrences of sensitive data in an Apache Avro object container or a structured data file.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/Record"
  }
}