{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/dexcom/refs/heads/main/json-schema/dexcom-api-rate-unit-schema.json", "title": "RateUnit", "description": "RateUnit schema from Dexcom Developer API", "type": "string", "enum": [ "unknown", "mg/dL/min", "mmol/L/min" ] }