{
  "tool_id": "art-118-fsma204-cte-validator",
  "note": "golden_hash is empty until first `node golden-parity.test.mjs --update`.",
  "vectors": [
    {
      "name": "complete-shipping-cte",
      "policy_parameters": {
        "cte_type": "shipping",
        "kdes": {
          "traceability_lot_code": "TLC-2026-SPINACH-001",
          "ship_to_location": "GLN-0312345000016",
          "ship_date": "2026-06-01",
          "quantity": "500 lbs",
          "reference_document": "BOL-20260601-001"
        },
        "ftl_food": "fresh cut spinach"
      },
      "output_payload": {
        "cte_type": "shipping",
        "cte_valid": true,
        "missing_kdes": [],
        "ftl_food": "fresh cut spinach"
      },
      "golden_hash": "92789bd5061356b864e6752fef3f0121bb5a705bb3e46af34712eaac7b0ee8a9"
    },
    {
      "name": "incomplete-harvesting-cte",
      "policy_parameters": {
        "cte_type": "harvesting",
        "kdes": {
          "traceability_lot_code": "TLC-2026-LEAFY-002",
          "location_description": "Farm 42, Salinas CA"
        },
        "ftl_food": "romaine lettuce"
      },
      "output_payload": {
        "cte_type": "harvesting",
        "cte_valid": false,
        "missing_kdes": [
          "harvest_date",
          "reference_document"
        ],
        "ftl_food": "romaine lettuce"
      },
      "golden_hash": "45c53e2d275a84d2c51a6731a2b2264c4ee0d5f71e28007cfac76ad785c6dd9b"
    }
  ]
}
