timestamp schema from Amazon Health Dashboard API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-health-dashboard/refs/heads/main/json-schema/health-timestamp-schema.json", "title": "timestamp", "description": "timestamp schema from Amazon Health Dashboard API", "type": "string", "format": "date-time" }