Amazon Detective · JSON Structure

Amazon Detective Timestamp For Collection Structure

Details on when data collection began for a source package.

Type: object Properties: 1
ForensicsInvestigationSecurity

TimestampForCollection is a JSON Structure definition published by Amazon Detective, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Timestamp

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-detective/refs/heads/main/json-structure/amazon-detective-timestamp-for-collection-structure.json",
  "description": "Details on when data collection began for a source package.",
  "type": "object",
  "properties": {
    "Timestamp": {
      "type": "datetime",
      "description": "The data and time when data collection began for a source package.",
      "example": "2025-01-15T10:00:00Z"
    }
  },
  "name": "TimestampForCollection"
}