{ "$schema": "https://lnav.org/schemas/format-v1.schema.json", "bad_sample_log": { "title": "invalid sample test", "regex": { "std": { "pattern": "^(?\\d+): (?\\w+) (?.*)$" }, "semi": { "pattern": "^(?\\d+); (?\\w+)$" } }, "timestamp-format" : [ "%i" ], "value": { "pid": { "kind": "foo" } }, "sample": [ { "line": "1428634687123; foo bar" } ] } }