mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 22:33:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			437 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			437 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "house",
 | |
|     "type": "combo",
 | |
|     "label": "House Type"
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "bungalow": "Bungalow",
 | |
|             "detached": "Detached House",
 | |
|             "link-detached": "Link-Detached House",
 | |
|             "maisonette": "Maisonette",
 | |
|             "semi-detached": "Semi-Detached House",
 | |
|             "terrace": "Row of terraced houses",
 | |
|             "terraced": "Terraced House"
 | |
|         }
 | |
|     }
 | |
| }
 | 
