diff --git a/schema/tables/chrome_extensions.yml b/schema/tables/chrome_extensions.yml index b6a93c28ac..932c087acf 100644 --- a/schema/tables/chrome_extensions.yml +++ b/schema/tables/chrome_extensions.yml @@ -58,7 +58,7 @@ columns: - linux - name: path type: string - description: Defaults to '' on ChromeOS + description: Path to extension folder. Defaults to '' on ChromeOS - name: optional_permissions platforms: - darwin diff --git a/schema/tables/system_info.yml b/schema/tables/system_info.yml index e5c16c16b1..4300141df5 100644 --- a/schema/tables/system_info.yml +++ b/schema/tables/system_info.yml @@ -57,19 +57,19 @@ columns: - linux - name: hostname type: string - description: For ChromeOS, this is only available if the extension was force-installed by an enterprise policy + description: Network hostname including domain. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy - name: computer_name type: string - description: For ChromeOS, if the extension wasn't force-installed by an enterprise policy this will default to 'ChromeOS' only + description: Friendly computer name (optional). For ChromeOS, if the extension wasn't force-installed by an enterprise policy this will default to 'ChromeOS' only - name: hardware_serial type: string - description: The device's serial number (For chromeos, this is only available if the extension was force-installed by an enterprise policy) + description: The device's serial number. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy - name: hardware_vendor type: string - description: For ChromeOS, this is only available if the extension was force-installed by an enterprise policy + description: Hardware vendor. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy - name: hardware_model type: string - description: For ChromeOS, this is only available if the extension was force-installed by an enterprise policy + description: Hardware model. For ChromeOS, this is only available if the extension was force-installed by an enterprise policy - name: cpu_brand type: string - name: cpu_type