Skip to content

Commit 7e9dc06

Browse files
Renamed 'is_low_ram_device' to 'is_low_ram'
1 parent 15d0a36 commit 7e9dc06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

schemas/rum/_common-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
"description": "Total RAM in megabytes",
367367
"readOnly": true
368368
},
369-
"is_low_ram_device": {
369+
"is_low_ram": {
370370
"type": "boolean",
371371
"description": "Whether the device is considered a low RAM device (Android)",
372372
"readOnly": true

schemas/telemetry/_common-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"description": "Total RAM in megabytes",
138138
"readOnly": true
139139
},
140-
"is_low_ram_device": {
140+
"is_low_ram": {
141141
"type": "boolean",
142142
"description": "Whether the device is considered a low RAM device (Android)",
143143
"readOnly": true

0 commit comments

Comments
 (0)