TrendType schema from Dexcom Developer API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/dexcom/refs/heads/main/json-schema/dexcom-api-trend-type-schema.json", "title": "TrendType", "description": "TrendType schema from Dexcom Developer API", "type": "string", "enum": [ "none", "unknown", "doubleUp", "singleUp", "fortyFiveUp", "flat", "fortyFiveDown", "singleDown", "doubleDown", "notComputable", "rateOutOfRange" ] }