This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.caffeine.gschema.xml is in gnome-shell-extension-caffeine 0~git20171229-2.

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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-shell-extensions-caffeine-daemon">
  <schema path="/org/gnome/shell/extensions/caffeine/" id="org.gnome.shell.extensions.caffeine">
    <key type="as" name="inhibit-apps">
        <default>[ ]</default>
        <summary>Application list</summary>
        <description>A list of strings, each containing an application id (desktop file name)</description>
    </key>
    <key type="b" name="user-enabled">
        <default>false</default>
        <summary>Store caffeine user state</summary>
        <description></description>
    </key>
    <key type="b" name="restore-state">
        <default>false</default>
        <summary>Restore caffeine state</summary>
        <description></description>
    </key>
    <key type="b" name="show-indicator">
        <default>true</default>
        <summary>Show indicator</summary>
        <description>Show the indicator on the top panel</description>
    </key>
    <key type="b" name="show-notifications">
        <default>true</default>
        <summary>Show notifications</summary>
        <description>Show notifications when enabled/disabled</description>
    </key>
    <key type="b" name="enable-fullscreen">
        <default>true</default>
        <summary>Enable when a fullscreen application is running</summary>
        <description>Enable when a fullscreen application is running</description>
    </key>
  </schema>
</schemalist>