Amazon Macie · Schema

Timestamp

Specifies a date and time in UTC and extended ISO 8601 format.

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3
View JSON Schema on GitHub

JSON Schema

amazon-macie-timestamp-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-timestamp-schema.json",
  "title": "Timestamp",
  "description": "Specifies a date and time in UTC and extended ISO 8601 format.",
  "type": "string",
  "format": "date-time"
}