summaryrefslogtreecommitdiffstats
path: root/test/bad-config-json/formats/invalid-key/format.json
blob: 11a3bdd6fa2bdccd943f3c1a040b5bf29b06de8e (plain)
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
{
    "$schema": "https://lnav.org/schemas/format-v1.schema.json",
    "invalid_key_log": {
        "level-pointer": "abc(",
        "file-pattern": "def[ghi",
        "json": true,
        "regex": {
            "foo": {
                "pattern": "jkl"
            }
        },
        "value": {
            "test": {
                "identifiers": true
            },
            "body": {
                "kind": "string"
            }
        },
        "line-format": [
            {
                "field": "non-existent"
            }
        ],
        "timestamp-divisor": -1.2
    }
}