From 7ffc98c007601921db0677fc07c9779f71bb3499 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 14 May 2026 18:26:01 -0400 Subject: cli: test validate-interior --- interior.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interior.go') diff --git a/interior.go b/interior.go index 98ff4d2..e9d183b 100644 --- a/interior.go +++ b/interior.go @@ -36,10 +36,10 @@ type validateInteriorBasicReq struct { // InteriorValidation contains the validation status of an interior file. type InteriorValidation struct { - Id uint + Id uint `json:"id"` SrcUrl string `json:"source_url"` NPages uint `json:"page_count"` - Errors string + Errors []string `json:"errors"` Status InteriorValidationStatus ValidPkgIds []PkgId `json:"valid_pod_package_ids"` } -- cgit v1.2.3