Allow extra pair metadata in bundle checks

This commit is contained in:
2026-05-11 16:12:26 +08:00
parent c3f7c48198
commit 5a2248667d
2 changed files with 42 additions and 1 deletions
-1
View File
@@ -426,7 +426,6 @@ func loadAndValidateInput(inputRoot string) (pairsDocument, error) {
var doc pairsDocument
decoder := json.NewDecoder(file)
decoder.DisallowUnknownFields()
if err := decoder.Decode(&doc); err != nil {
return pairsDocument{}, fmt.Errorf("parse pairs.json: %w", err)
}