Timestamp schema from Amazon EventBridge Pipes
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-schema/amazon-eventbridge-pipes-timestamp-schema.json", "title": "Timestamp", "description": "Timestamp schema from Amazon EventBridge Pipes", "type": "string", "format": "date-time" }