I was reading through the validation code and noticed that the error message for checking required pages.jsonl file is
An index file is missing from your indexes folder you must have an index.cdx.gz, index,cdx or index.idx in your index folder.
It looks like this has just been copied from the missing index error message.
The error message could be written instead as
A pages file is missing from your pages folder; you must have a pages.jsonl in your pages folder.
I'm not able to trigger the error message as deleting the pages.jsonl file in a WACZ still passes validation, see #46.
I was reading through the validation code and noticed that the error message for checking required pages.jsonl file is
It looks like this has just been copied from the missing index error message.
The error message could be written instead as
I'm not able to trigger the error message as deleting the pages.jsonl file in a WACZ still passes validation, see #46.