mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 16:53:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			483 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			483 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "electrified",
 | 
						|
    "type": "combo",
 | 
						|
    "label": "Electrification",
 | 
						|
    "placeholder": "Contact Line, Electrified Rail...",
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "contact_line": "Contact Line",
 | 
						|
            "rail": "Electrified Rail",
 | 
						|
            "yes": "Yes (unspecified)",
 | 
						|
            "no": "No"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "autoSuggestions": false,
 | 
						|
    "customValues": false,
 | 
						|
    "terms": [
 | 
						|
        "contact line",
 | 
						|
        "powered",
 | 
						|
        "third rail"
 | 
						|
    ]
 | 
						|
}
 |