From 5026ab3b5fd4a23efaa14ec48b9a54382270bc64 Mon Sep 17 00:00:00 2001 From: Josep Boix Date: Thu, 7 Nov 2024 13:26:16 +0100 Subject: [PATCH] fix: make device.type a string (#112) --- public/specifications/monitoring/MONITORING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/specifications/monitoring/MONITORING.md b/public/specifications/monitoring/MONITORING.md index 264e039..d2dfb9e 100644 --- a/public/specifications/monitoring/MONITORING.md +++ b/public/specifications/monitoring/MONITORING.md @@ -99,11 +99,11 @@ The `browser` JSON data dictionary supports the following keys: The `device` JSON data dictionary supports the following keys: -| Field | Description | Format | Examples | -|---------|----------------------------------------------|------------------------------------------------------|----------------------------------------| -| `id` | A unique anonymous identifier for the device | String | `105124c0-fa84-4028-908e-618f2402d46f` | -| `model` | The device model | String | `iPhone15.7`, `Samsung Galaxy S24` | -| `type` | The device type | `Car`, `Desktop`, `Headset`, `Phone`, `Tablet`, `TV` | `Phone` | +| Field | Description | Format | Examples | +|---------|----------------------------------------------|--------|-----------------------------------------------------------| +| `id` | A unique anonymous identifier for the device | String | `105124c0-fa84-4028-908e-618f2402d46f` | +| `model` | The device model | String | `iPhone15.7`, `Samsung Galaxy S24` | +| `type` | The device type | String | `Car`, `Desktop`, `Headset`, `Phone`, `Tablet`, `TV`, ... | ### Media