{
  "version": "2026-09-07.2",
  "scope": "Local rules and synthetic samples; not customer testing or postal deliverability verification.",
  "fixtures": {
    "recipe": {
      "version": "2026-09-07.2",
      "countryCode": "US",
      "count": 10,
      "fields": [
        "case",
        "street",
        "city",
        "region",
        "postalCode",
        "country",
        "fullAddress"
      ],
      "mode": "boundary",
      "seed": "leading-zero-zip-v1"
    },
    "identicalReplay": true,
    "firstRow": {
      "case": "leading_zero",
      "street": "403 Cedar Ave",
      "city": "Boston",
      "region": "MA",
      "postalCode": "02108",
      "country": "United States",
      "fullAddress": "403 Cedar Ave, Boston, MA 02108, United States"
    },
    "numericImportDemonstration": {
      "before": "02108",
      "afterNumberConversion": "2108"
    }
  },
  "form": {
    "input": {
      "street": "Altmarkt 1",
      "city": "Dresden",
      "region": "",
      "postalCode": "01067",
      "country": "Germany"
    },
    "result": {
      "status": "pass",
      "normalized": {
        "street": "Altmarkt 1",
        "city": "Dresden",
        "region": "",
        "postalCode": "01067",
        "country": "Germany"
      },
      "findings": [
        {
          "field": "street",
          "level": "pass",
          "code": "format_pass",
          "message": "Address line passed the maintained format checks."
        },
        {
          "field": "city",
          "level": "pass",
          "code": "format_pass",
          "message": "City / locality passed the maintained format checks."
        },
        {
          "field": "postalCode",
          "level": "pass",
          "code": "format_pass",
          "message": "PLZ passed the maintained format checks."
        },
        {
          "field": "country",
          "level": "pass",
          "code": "format_pass",
          "message": "Country passed the maintained format checks."
        }
      ],
      "summary": {
        "passed": 4,
        "warnings": 0,
        "failed": 0
      }
    },
    "invalidInput": {
      "street": "Altmarkt 1",
      "city": "Dresden",
      "region": "",
      "postalCode": "1067",
      "country": "Germany"
    },
    "invalidResult": {
      "status": "fail",
      "normalized": {
        "street": "Altmarkt 1",
        "city": "Dresden",
        "region": "",
        "postalCode": "1067",
        "country": "Germany"
      },
      "findings": [
        {
          "field": "street",
          "level": "pass",
          "code": "format_pass",
          "message": "Address line passed the maintained format checks."
        },
        {
          "field": "city",
          "level": "pass",
          "code": "format_pass",
          "message": "City / locality passed the maintained format checks."
        },
        {
          "field": "postalCode",
          "level": "fail",
          "code": "postal_format",
          "message": "PLZ does not match the expected format, such as 01067."
        },
        {
          "field": "country",
          "level": "pass",
          "code": "format_pass",
          "message": "Country passed the maintained format checks."
        }
      ],
      "summary": {
        "passed": 3,
        "warnings": 0,
        "failed": 1
      }
    }
  },
  "parser": {
    "input": "Altmarkt 1\n01067 Dresden\nGermany",
    "result": {
      "countryCode": "DE",
      "fields": {
        "street": "Altmarkt 1",
        "city": "Dresden",
        "region": "",
        "postalCode": "01067",
        "country": "Germany"
      },
      "confidence": "high",
      "confidenceExplanation": "Country and multiple structured fields matched maintained parsing rules.",
      "uncertainFields": [
        "region"
      ],
      "unmatched": [],
      "notices": [
        "Parsing does not verify address existence, ownership, postal assignment, or delivery."
      ]
    },
    "label": "Altmarkt 1\n01067 Dresden\nGermany",
    "ambiguousInput": "Building C near the station",
    "ambiguousResult": {
      "countryCode": null,
      "fields": {
        "street": "",
        "city": "",
        "region": "",
        "postalCode": "",
        "country": ""
      },
      "confidence": "low",
      "confidenceExplanation": "The text does not contain enough maintained structure for a country-specific parse.",
      "uncertainFields": [
        "street",
        "city",
        "region",
        "postalCode",
        "country"
      ],
      "unmatched": [
        "Building C near the station"
      ],
      "notices": [
        "Country could not be determined. Choose a country and edit the fields manually.",
        "Parsing does not verify address existence or delivery."
      ]
    }
  }
}