Dexcom · Schema

AlertName

AlertName schema from Dexcom Developer API

Continuous Glucose MonitoringDiabetesDigital HealthGlucoseHealthcareMedical DevicesWearables
View JSON Schema on GitHub

JSON Schema

dexcom-api-alert-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dexcom/refs/heads/main/json-schema/dexcom-api-alert-name-schema.json",
  "title": "AlertName",
  "description": "AlertName schema from Dexcom Developer API",
  "type": "string",
  "enum": [
    "unknown",
    "high",
    "low",
    "rise",
    "fall",
    "outOfRange",
    "urgentLow",
    "urgentLowSoon",
    "noReadings",
    "fixedLow"
  ]
}