{
  "tool_id": "art-112-dscsa-transaction-statement-verifier",
  "note": "golden_hash is empty until first `node golden-parity.test.mjs --update`.",
  "vectors": [
    {
      "name": "complete-t3",
      "policy_parameters": {
        "product_identifier": "00312345678906.SN12345",
        "lot": "L2026A",
        "expiry": "2027-12-31",
        "ti_present": true,
        "th_present": true,
        "ts_present": true,
        "gln_seller": "0312345000009",
        "gln_buyer": "0312345000016",
        "epcis_event_type": "shipping",
        "transaction_date": "2026-06-01"
      },
      "output_payload": {
        "t3_complete": true,
        "identifier_valid": true,
        "epcis_event": "shipping",
        "missing_elements": [],
        "transaction_date": "2026-06-01"
      },
      "golden_hash": "b9a6a9224c03c049c698d59b0aafd6e9e6546e18e861fc76452656d97df316e0"
    },
    {
      "name": "missing-t3-elements",
      "policy_parameters": {
        "product_identifier": "INVALID",
        "lot": "",
        "expiry": "2027-12-31",
        "ti_present": false,
        "th_present": true,
        "ts_present": false,
        "gln_seller": "",
        "gln_buyer": "0312345000016",
        "epcis_event_type": "unknown_event",
        "transaction_date": null
      },
      "output_payload": {
        "t3_complete": false,
        "identifier_valid": false,
        "epcis_event": "UNKNOWN",
        "missing_elements": [
          "TRANSACTION_INFORMATION",
          "TRANSACTION_STATEMENT",
          "LOT",
          "GLN_SELLER",
          "VALID_SGTIN"
        ],
        "transaction_date": null
      },
      "golden_hash": "a563e69b789387743a47ec57139d268afbc17be6ad81347e0bd2acee9cfa9ef5"
    }
  ]
}
