mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 14:23:52 +01:00 
			
		
		
		
	 a12a1fe8e0
			
		
	
	
		a12a1fe8e0
		
			
		
	
	
	
	
		
			
			Required for https://github.com/openstreetmap/iD/pull/10674, and partially addresses the issue reported in https://github.com/openstreetmap/iD/issues/10739
		
			
				
	
	
		
			72 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			72 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "type": "address",
 | |
|     "key": "addr",
 | |
|     "keys": [
 | |
|         "addr:block_number",
 | |
|         "addr:city",
 | |
|         "addr:block_number",
 | |
|         "addr:conscriptionnumber",
 | |
|         "addr:county",
 | |
|         "addr:country",
 | |
|         "addr:county",
 | |
|         "addr:district",
 | |
|         "addr:floor",
 | |
|         "addr:hamlet",
 | |
|         "addr:housename",
 | |
|         "addr:housenumber",
 | |
|         "addr:neighbourhood",
 | |
|         "addr:place",
 | |
|         "addr:postcode",
 | |
|         "addr:province",
 | |
|         "addr:quarter",
 | |
|         "addr:state",
 | |
|         "addr:street",
 | |
|         "addr:subdistrict",
 | |
|         "addr:suburb",
 | |
|         "addr:town",
 | |
|         "addr:unit"
 | |
|     ],
 | |
|     "label": "Address",
 | |
|     "strings": {
 | |
|         "placeholders": {
 | |
|             "block_number": "Block Number",
 | |
|             "block_number!jp": "Block No.",
 | |
|             "city": "City",
 | |
|             "city!cn": "City/Prefecture/League",
 | |
|             "city!jp": "City/Town/Village/Tokyo Special Ward",
 | |
|             "city!vn": "City/Town",
 | |
|             "conscriptionnumber": "123",
 | |
|             "country": "Country",
 | |
|             "county": "County",
 | |
|             "county!jp": "District",
 | |
|             "district": "District",
 | |
|             "district!cn": "District/County/Banner",
 | |
|             "district!vn": "Arrondissement/Town/District",
 | |
|             "floor": "Floor",
 | |
|             "hamlet": "Hamlet",
 | |
|             "housename": "Housename",
 | |
|             "housenumber": "123",
 | |
|             "housenumber!jp": "Building No./Lot No.",
 | |
|             "neighbourhood": "Neighbourhood",
 | |
|             "neighbourhood!jp": "Machi/Chōme/Aza/Koaza",
 | |
|             "place": "Place",
 | |
|             "postcode": "Postcode",
 | |
|             "province": "Province",
 | |
|             "province!cn": "Province/Municipality/AR/SAR",
 | |
|             "province!jp": "Prefecture",
 | |
|             "quarter": "Quarter",
 | |
|             "quarter!jp": "Ōaza",
 | |
|             "state": "State",
 | |
|             "street": "Street",
 | |
|             "subdistrict": "Subdistrict",
 | |
|             "subdistrict!vn": "Ward/Commune/Townlet",
 | |
|             "suburb": "Suburb",
 | |
|             "suburb!jp": "Ward (政令市)",
 | |
|             "town": "Town",
 | |
|             "unit": "Unit"
 | |
|         }
 | |
|     },
 | |
|     "terms": [
 | |
|         "location"
 | |
|     ]
 | |
| }
 |