{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/dexcom/refs/heads/main/json-schema/dexcom-api-date-time-schema.json", "title": "DateTime", "description": "ISO 8601 timestamp.", "type": "string", "format": "date-time" }