From a694f64b1708183736a1b1b826e8890d354f5c2f Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 14 May 2026 18:42:45 -0400 Subject: cli: test validate-cover and validate-interior-basic --- cover.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cover.go') diff --git a/cover.go b/cover.go index e5ad857..8897a09 100644 --- a/cover.go +++ b/cover.go @@ -86,9 +86,9 @@ func (cd CoverDimensions) String() string { // CoverValidation contains the validation status of a cover file. type CoverValidation struct { - Id uint + Id uint `json:"id"` SrcUrl string `json:"source_url"` NPages uint `json:"page_count"` - Errors string + Errors []string `json:"errors"` Status CoverValidationStatus } -- cgit v1.2.3