{
  "tool_id": "art-113-saleable-returns-verifier",
  "note": "golden_hash is empty until first `node golden-parity.test.mjs --update`.",
  "vectors": [
    {
      "name": "verified-return",
      "policy_parameters": {
        "returned_sgtin": "00312345678906.SN12345",
        "original_sgtin": "00312345678906.SN12345",
        "returned_lot": "L2026A",
        "original_lot": "L2026A",
        "original_txn_hash": "sha256:abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
        "seller_authorized": true,
        "within_resale_window": true
      },
      "output_payload": {
        "match": true,
        "verdict": "ACCEPT",
        "reason": "VERIFIED",
        "id_match": true,
        "lot_match": true,
        "txn_anchored": true
      },
      "golden_hash": "631a11a02ee5b2bacec4ff857c0a068f56dbbd5186fb2122e8406a1734dcea80"
    },
    {
      "name": "refused-unauthorized",
      "policy_parameters": {
        "returned_sgtin": "00312345678906.SN12345",
        "original_sgtin": "00312345678906.SN12345",
        "returned_lot": "L2026A",
        "original_lot": "L2026A",
        "original_txn_hash": "sha256:abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
        "seller_authorized": false,
        "within_resale_window": true
      },
      "output_payload": {
        "match": true,
        "verdict": "REFUSE",
        "reason": "UNAUTHORIZED_TRADING_PARTNER",
        "id_match": true,
        "lot_match": true,
        "txn_anchored": true
      },
      "golden_hash": "10a2cd39dd334cfce1937a3af0bb056601acdd9b50b98690819d123f03f55c30"
    }
  ]
}
