This file is indexed.

/usr/share/doc/python-stetl/examples/basics/13_dbinput/output/cities.json is in python-stetl 1.1+ds-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
{
    "cities": [
        {
            "lat": 52.4,
            "lon": 4.9,
            "name": "Amsterdam"
        },
        {
            "lat": 50.7,
            "lon": 7.1,
            "name": "Bonn"
        },
        {
            "lat": 41.9,
            "lon": 12.5,
            "name": "Rome"
        }
    ]
}