mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 08:43:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			349 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "switch",
 | 
						|
    "type": "combo",
 | 
						|
    "label": "Type",
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "mechanical": "Mechanical",
 | 
						|
            "circuit_breaker": "Circuit Breaker",
 | 
						|
            "disconnector": "Disconnector",
 | 
						|
            "earthing": "Earthing"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "autoSuggestions" : false,
 | 
						|
    "customValues" : false
 | 
						|
}
 |