summaryrefslogtreecommitdiffstats
path: root/test/bad-config/formats/invalid-json-format/format.json
blob: 0e06a9e5e745c3f72b3307795c6aac97d8e080d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "$schema": "https://lnav.org/schemas/format-v1.schema.json",
    "bad_json_log": {
        "json": true,
        "line-format": [
            {
                "field": ""
            },
            {
                "field": "__timestamp__",
                "timestamp-format": ""
            }
        ],
        "value": {
        }
    }
}