{
	"locale": "zh-Latn",
	"format": "%recipient\n%organization\n%addressLine1\n%addressLine2\n%locality, %administrativeArea %postalCode",
	"required_fields": [
		"recipient",
		"addressLine1",
		"locality",
		"administrativeArea",
		"postalCode"
	],
	"uppercase_fields": [
		"locality"
	],
	"administrative_area_type": "county",
	"locality_type": "city",
	"postal_code_type": "postal",
	"postal_code_pattern": "\\d{3}(?:\\d{2})?",
	"translations": {
		"zh-hant": {
			"format": "%postalCode\n%administrativeArea%locality\n%addressLine2\n%addressLine1\n%organization\n%recipient"
		}
	}
}