{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/dexcom/refs/heads/main/json-schema/dexcom-api-transmitter-generation-schema.json", "title": "TransmitterGeneration", "description": "TransmitterGeneration schema from Dexcom Developer API", "type": "string", "enum": [ "unknown", "g4", "g5", "g6", "g6+", "dexcomPro", "g7" ] }