This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.Contacts.gschema.xml is in gnome-contacts 3.8.3-1ubuntu1.

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
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/Contacts/" id="org.gnome.Contacts" gettext-domain="gnome-contacts">
    <key type="b" name="did-initial-setup">
      <default>false</default>
      <summary>First-time setup done.</summary>
      <description>Set to true when the user ran the first-time setup wizard.</description>
    </key>
    <key name="view-subset" enum="org.gnome.Contacts.ContactsViewSubset">
      <default>'main'</default>
      <summary>View subset</summary>
      <description>View contacts subset</description>
    </key>
  </schema>

</schemalist>