This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.Weather.Application.gschema.xml is in gnome-weather 3.20.2-1.

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
<schemalist gettext-domain="org.gnome.Weather.Application">
  <schema id="org.gnome.Weather.Application" path="/org/gnome/Weather/Application/">
    <key name="locations" type="av">
      <default>[]</default>
      <summary>Configured cities to show weather for</summary>
      <description>
        The locations shown in the world view of gnome-weather. Each value is a
        GVariant returned by gweather_location_serialize().
      </description>
    </key>
    <key name="automatic-location" type="b">
    <default>true</default>
      <summary>Automatic location</summary>
      <description>
        The automatic location is the value of automatic-location switch which decides whether
        to fetch current location or not.
      </description>
    </key>
  </schema>
</schemalist>