{
  "tool_id": "art-165-eudr-dds-field-validator",
  "note": "golden_hash empty until first `node golden-parity.test.mjs --update`.",
  "vectors": [
    {
      "name": "valid-dds-complete",
      "policy_parameters": {
        "dds": {
          "operator_name": "Amazon Timber GmbH",
          "operator_address": "Industriestr. 12, 10115 Berlin, DE",
          "eori": "DE123456789012",
          "hs_code": "4407",
          "trade_name": "Tropical Sawn Timber",
          "quantity": 5000,
          "country_of_production": "BR",
          "geolocation_present": true
        }
      },
      "output_payload": {
        "conformant": true,
        "fields_checked": 8,
        "fields_passed": 8,
        "missing_fields": [],
        "quantity": 5000,
        "country_of_production": "BR",
        "micro_operator_exemption": false
      },
      "golden_hash": "ff65cbaa5f4900bb0219edfaeb3387f9eb044e7f3a2f75ddd5d42a37f947b58b"
    },
    {
      "name": "missing-eori-and-geolocation",
      "policy_parameters": {
        "dds": {
          "operator_name": "Cocoa Trading Co",
          "operator_address": "High Street 1, London",
          "hs_code": "1801",
          "trade_name": "Raw Cocoa Beans",
          "quantity": 1200,
          "country_of_production": "GH",
          "geolocation_present": false
        }
      },
      "output_payload": {
        "conformant": false,
        "fields_checked": 8,
        "fields_passed": 6,
        "missing_fields": [
          "eori",
          "geolocation_present"
        ],
        "quantity": 1200,
        "country_of_production": "GH",
        "micro_operator_exemption": false
      },
      "golden_hash": "f0bcff4a299f4940dd9b34f011a478a9e1cd677d9ccbf77acd643e6224b5dab2"
    },
    {
      "name": "empty-input",
      "policy_parameters": {},
      "output_payload": {
        "conformant": false,
        "fields_checked": 8,
        "fields_passed": 0,
        "missing_fields": [
          "operator_name",
          "operator_address",
          "eori",
          "hs_code",
          "trade_name",
          "quantity",
          "country_of_production",
          "geolocation_present"
        ],
        "quantity": 0,
        "country_of_production": null,
        "micro_operator_exemption": false
      },
      "golden_hash": "f6a91d50ffb78b9825971bc6572eb3cc7f56c1145c405d821d63ede5bfec25dd"
    }
  ]
}
