2022-07-08 21:17:34 +00:00
|
|
|
|
[1m[31m✘ error[0m: '[1mbad[0m' is not a supported configuration $schema version
|
2022-04-30 20:05:42 +00:00
|
|
|
|
[36m --> [0m[1m{test_dir}/bad-config2/formats/invalid-config/config.bad-schema.json[0m:2
|
2022-05-23 03:44:18 +00:00
|
|
|
|
[36m | [0m[37m[40m "$schema": "bad" [0m
|
2022-04-30 20:05:42 +00:00
|
|
|
|
[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
|
2022-09-12 14:18:26 +00:00
|
|
|
|
[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
|
2022-07-08 21:17:34 +00:00
|
|
|
|
[1m[31m✘ error[0m: invalid JSON
|
2022-04-30 20:05:42 +00:00
|
|
|
|
[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 (':')
|
2022-05-23 03:44:18 +00:00
|
|
|
|
[36m | [0m "ui": "theme", "abc", "def": "" }
|
|
|
|
|
[36m | [0m (right here) ------^
|
|
|
|
|
[36m | [0m
|
2022-07-08 21:17:34 +00:00
|
|
|
|
[1m[31m✘ error[0m: invalid JSON
|
|
|
|
|
[1m[31mreason[0m: parse error: premature EOF
|
2022-04-30 20:05:42 +00:00
|
|
|
|
[36m --> [0m[1m{test_dir}/bad-config2/formats/invalid-config/config.truncated.json[0m:3
|