Dexcom · JSON Structure

Dexcom Api Alert Name Structure

AlertName schema from Dexcom Developer API

Type: string Properties: 0
Continuous Glucose MonitoringDiabetesDigital HealthGlucoseHealthcareMedical DevicesWearables

AlertName is a JSON Structure definition published by Dexcom. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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