mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
21 lines
1.3 KiB
Plaintext
21 lines
1.3 KiB
Plaintext
[1m[31m✘ error[0m: '[1mbad[0m' is not a supported configuration $schema version
|
||
[36m --> [0m[1m{test_dir}/bad-config2/formats/invalid-config/config.bad-schema.json[0m:2
|
||
[36m | [0m[37m[40m "$schema": "bad" [0m
|
||
[36m =[0m [36mnote[0m: expecting one of the following $schema values:
|
||
[1m https://lnav.org/schemas/config-v1.schema.json[0m
|
||
[36m =[0m [36mhelp[0m: [1mProperty Synopsis[0m
|
||
[1m/$schema[0m [4m<schema-uri>[0m
|
||
[1mDescription[0m
|
||
The URI that specifies the schema that describes this type of file
|
||
[1mExample[0m
|
||
https://lnav.org/schemas/config-v1.schema.json
|
||
[1m[31m✘ error[0m: invalid JSON
|
||
[36m --> [0m[1m{test_dir}/bad-config2/formats/invalid-config/config.malformed.json[0m:3
|
||
[36m | [0mparse error: object key and value must be separated by a colon (':')
|
||
[36m | [0m "ui": "theme", "abc", "def": "" }
|
||
[36m | [0m (right here) ------^
|
||
[36m | [0m
|
||
[1m[31m✘ error[0m: invalid JSON
|
||
[1m[31mreason[0m: parse error: premature EOF
|
||
[36m --> [0m[1m{test_dir}/bad-config2/formats/invalid-config/config.truncated.json[0m:3
|