summaryrefslogtreecommitdiffstats
path: root/test/bad-config2/configs/invalid-annotation/config.json
blob: 9fae7de97d573831c3c42c7e5f7094a142742ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "$schema": "https://lnav.org/schemas/config-v1.schema.json",
    "log": {
        "annotations": {
            "org.lnav.test.no-handler": {
                "description": "annotation without a handler"
            },
            "org.lnav.test.no-condition": {
                "description": "annotation without a condition",
                "handler": "my-handler"
            }
        }
    }
}