{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/cloudflare-d1/main/json-schema/d1_time-travel-timestamp.json", "title": "D1 Time Travel Timestamp", "description": "An ISO 8601 timestamp used for time travel operations. The database will be restored to the nearest available bookmark at or before this timestamp.", "example": "2024-01-15T12:00:00Z", "format": "date-time", "type": "string", "x-auditable": true }