{
"$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"
}
}
}