This file is indexed.

/usr/share/glib-2.0/schemas/com.ubuntu.notifications.hub.gschema.xml is in gsettings-ubuntu-schemas 0.0.5+16.04.20160307-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-ubuntu-touch-schemas">
    <schema path="/com/ubuntu/notifications/hub/" id="com.ubuntu.notifications.hub">
		<key type="a(ss)" name="blacklist">
			<summary>User blacklist of application notifications</summary>
			<default>[]</default>
			<description>A list of applications that the user has blocked notifications from. For applications that are installed via Click packaging the strings are the name of the package and then the name of the application in the package. For dpkg based applications the strings are both the AppID of the application, or the desktop file name.</description>
		</key>
    </schema>
</schemalist>