mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-31 14:53:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "house",
 | |
|     "type": "combo",
 | |
|     "label": "House Type",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "bungalow": {
 | |
|                 "title:": "Bungalow",
 | |
|                 "description": "A small house with a single storey"
 | |
|             },
 | |
|             "detached": {
 | |
|                 "title": "Detached House",
 | |
|                 "description": "A house that is not connected to any other houses"
 | |
|             },
 | |
|             "link-detached": {
 | |
|                 "title": "Link-Detached House",
 | |
|                 "description": "A house that is connected to another house by a garage or other non-living area"
 | |
|             },
 | |
|             "maisonette": {
 | |
|                 "title": "Maisonette",
 | |
|                 "description": "A residential dwelling, split over two floors with private external entrances rather than a communal entrance"
 | |
|             },
 | |
|             "semi-detached": {
 | |
|                 "title": "Semi-Detached House",
 | |
|                 "description": "A house that is attached to another house on one side"
 | |
|             },
 | |
|             "terrace": {
 | |
|                 "title": "Row of terraced houses",
 | |
|                 "description": "A row of houses that are attached to each other in a line"
 | |
|             },
 | |
|             "terraced": {
 | |
|                 "title": "Terraced House",
 | |
|                 "description": "Individual house in a row of terraced houses"
 | |
|             }
 | |
|         }
 | |
|     },
 | |
|     "autoSuggestions": false
 | |
| }
 | 
