diff --git a/schema/tables/chrome_extensions.yml b/schema/tables/chrome_extensions.yml index df960f8990..0c2b8f3e39 100644 --- a/schema/tables/chrome_extensions.yml +++ b/schema/tables/chrome_extensions.yml @@ -59,11 +59,6 @@ columns: - name: path type: string description: Defaults to '' on ChromeOS - platforms: - - darwin - - windows - - linux - - chromeos - name: optional_permissions platforms: - darwin @@ -91,11 +86,6 @@ columns: - linux - name: state type: string - platforms: - - darwin - - windows - - linux - - chromeos - name: install_time platforms: - darwin diff --git a/schema/tables/system_info.yml b/schema/tables/system_info.yml index 7499bddd53..965a27b6e1 100644 --- a/schema/tables/system_info.yml +++ b/schema/tables/system_info.yml @@ -58,64 +58,24 @@ columns: - name: hostname type: string description: For ChromeOS, this is only available if the extension was force-installed by an enterprise policy - platforms: - - darwin - - windows - - linux - - chromeos - 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 - platforms: - - darwin - - windows - - linux - - chromeos - 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) - platforms: - - darwin - - windows - - linux - - chromeos - name: hardware_vendor type: string description: For ChromeOS, this is only available if the extension was force-installed by an enterprise policy - platforms: - - darwin - - windows - - linux - - chromeos - name: hardware_model type: string description: For ChromeOS, this is only available if the extension was force-installed by an enterprise policy - platforms: - - darwin - - windows - - linux - - chromeos - name: cpu_brand type: string - platforms: - - darwin - - windows - - linux - - chromeos - name: cpu_type type: string - platforms: - - darwin - - windows - - linux - - chromeos - name: physical_memory type: string - platforms: - - darwin - - windows - - linux - - chromeos examples: >- See the CPU architecture of a machine as well as who made it and what its diff --git a/schema/tables/users.yml b/schema/tables/users.yml index 1108ea3a76..cac31cdf3a 100644 --- a/schema/tables/users.yml +++ b/schema/tables/users.yml @@ -44,11 +44,6 @@ columns: - windows - linux - name: uuid - platforms: - - darwin - - windows - - linux - - chromeos - name: email required: false type: string @@ -65,9 +60,4 @@ columns: platforms: - linux - name: username - description: Username - platforms: - - darwin - - windows - - linux - - chromeos \ No newline at end of file + description: Username \ No newline at end of file