{
  "tool_id": "art-117-product-authenticity-verifier",
  "note": "golden_hash is empty until first `node golden-parity.test.mjs --update`.",
  "vectors": [
    {
      "name": "authentic-product",
      "policy_parameters": {
        "product_id": "GS1-DL-8712345678901",
        "claimed_root_hash": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
        "presented_lineage_hashes": [
          "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
          "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
        ],
        "ownership_transfers": [
          {
            "from": "manufacturer-A",
            "to": "distributor-B"
          },
          {
            "from": "distributor-B",
            "to": "retailer-C"
          }
        ]
      },
      "output_payload": {
        "product_id": "GS1-DL-8712345678901",
        "authentic": true,
        "chains_to_root": true,
        "ownership_continuous": true
      },
      "golden_hash": "5dab37215fd1e22f44638121943d320ac5c11974d8ba874a15a0429290613671"
    },
    {
      "name": "broken-ownership-chain",
      "policy_parameters": {
        "product_id": "GS1-DL-8712345678901",
        "claimed_root_hash": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
        "presented_lineage_hashes": [
          "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
        ],
        "ownership_transfers": [
          {
            "from": "manufacturer-A",
            "to": "distributor-B"
          },
          {
            "from": "unknown-party",
            "to": "retailer-C"
          }
        ]
      },
      "output_payload": {
        "product_id": "GS1-DL-8712345678901",
        "authentic": false,
        "chains_to_root": true,
        "ownership_continuous": false
      },
      "golden_hash": "294202a034220280405c7b097c086069af38a80cb5ad8125dae2c3bd8e8cd7f9"
    }
  ]
}
