{
  "tool_id": "art-114-suspect-product-quarantine",
  "note": "golden_hash is empty until first `node golden-parity.test.mjs --update`.",
  "vectors": [
    {
      "name": "cleared-product",
      "policy_parameters": {
        "verification_failed": false,
        "identifier_unmatched": false,
        "counterfeit_indicators": [],
        "quarantined": false,
        "fda_notified": false
      },
      "output_payload": {
        "status": "CLEARED",
        "required_actions": []
      },
      "golden_hash": "63d8c0a71e4e1c8c7cd608bec60174accc4784ea1690afa7db7a58efd13f4d6e"
    },
    {
      "name": "illegitimate-product",
      "policy_parameters": {
        "verification_failed": true,
        "identifier_unmatched": true,
        "counterfeit_indicators": [
          "hologram_absent",
          "serial_reuse_detected"
        ],
        "quarantined": false,
        "fda_notified": false
      },
      "output_payload": {
        "status": "ILLEGITIMATE",
        "required_actions": [
          "QUARANTINE",
          "INVESTIGATE",
          "FDA_FORM_3911_72H",
          "NOTIFY_TRADING_PARTNERS"
        ]
      },
      "golden_hash": "76f438f071bbf671fdb0a068207e908f095e0e53c6982ab0d6c2f00d39469cb0"
    }
  ]
}
