{ "$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-date-time-range-list-schema.json", "title": "dateTimeRangeList", "description": "dateTimeRangeList schema from Amazon Health Dashboard API", "type": "array", "items": { "$ref": "#/components/schemas/DateTimeRange" } }