Amazon Detective · Schema

TimestampForCollection

Details on when data collection began for a source package.

ForensicsInvestigationSecurity

Properties

Name Type Description
Timestamp string The data and time when data collection began for a source package.
View JSON Schema on GitHub

JSON Schema

amazon-detective-timestamp-for-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-detective/refs/heads/main/json-schema/amazon-detective-timestamp-for-collection-schema.json",
  "title": "TimestampForCollection",
  "description": "Details on when data collection began for a source package.",
  "type": "object",
  "properties": {
    "Timestamp": {
      "type": "string",
      "format": "date-time",
      "description": "The data and time when data collection began for a source package.",
      "example": "2025-01-15T10:00:00Z"
    }
  }
}