This file is indexed.

/usr/share/doc/python-stetl/examples/basics/10_jinja2_templating/input/globals.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
{
    "globs": {
        "name": "Test for GML generation via Jinja2 templating",
        "description": "This example tests GML generation with Jinja2 templating, including the use of Jinja2 globals., such as for this description. Globals provide more or less constant/semi static information like point of contacts, global names, id-prefixes etc.",
        "srs_name": "EPSG:4326",
        "bounding_box": {
            "lower_left": {
                "Y": -90.0,
                "X": -180.0
            },
            "upper_right": {
                "Y": 90.0,
                "X": 180.0
            }
        }
    }
}