Add postcode to jp address format

This commit is contained in:
Bryan Housel
2017-01-02 19:41:20 -05:00
parent fc5aea739f
commit aba1ab105e

View File

@@ -41,7 +41,7 @@
},
{
"countryCodes": ["jp"],
"format": [["province", "county"], ["city", "suburb", "quarter"], ["neighbourhood", "block_number", "housenumber"]]
"format": [["postcode", "province", "county"], ["city", "suburb", "quarter"], ["neighbourhood", "block_number", "housenumber"]]
}
]
}