mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 14:23:52 +01:00 
			
		
		
		
	 4402ffa9b2
			
		
	
	
		4402ffa9b2
		
			
		
	
	
	
		
			
	
		
	
	
		
			Some checks are pending
		
		
	
	Deploy / Deploy (push) Waiting to run
				
			Code Style Checks / Check file endings (push) Waiting to run
				
			Code Style Checks / Check for code formatting mistakes (push) Waiting to run
				
			Code Style Checks / Check for spelling errors (push) Waiting to run
				
			Release Drafter / update_release_draft (push) Waiting to run
				
			Build and Deploy Staging Instance / build-deploy (push) Waiting to run
				
			Test / test (18) (push) Waiting to run
				
			
		
			
				
	
	
		
			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 Townhouses",
 | |
|                 "description": "A row of houses that are attached to each other in a line (mapping each house as a separate area is preferred)"
 | |
|             },
 | |
|             "terraced": {
 | |
|                 "title": "Single Townhouse",
 | |
|                 "description": "Individual house in a row of townhouses"
 | |
|             }
 | |
|         }
 | |
|     },
 | |
|     "autoSuggestions": false
 | |
| }
 |