{ "$schema": "https://lnav.org/schemas/format-v1.schema.json", "invalid_props_log": { "title": "invalid properties", "regex": { "std": { "pattern": "^(?\\d+): (?\\w+) (?.*)$" } }, "timestamp-field": "ts", "sample": [ { "line": "1428634687123: 1234 abc" } ], "highlights": { "hl1": { "color": "not a color", "background-color": "also not a color" } }, "search-table": { "bad_table_regex": { "pattern": "abc(def" } } } }