mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 16:53:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			556 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			556 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "smoking",
 | 
						|
    "type": "combo",
 | 
						|
    "label": "Smoking",
 | 
						|
    "placeholder": "No, Separated, Yes...",
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "no": "No smoking anywhere",
 | 
						|
            "separated": "In smoking areas, not physically isolated",
 | 
						|
            "isolated": "In smoking areas, physically isolated",
 | 
						|
            "outside": "Allowed outside",
 | 
						|
            "yes": "Allowed everywhere",
 | 
						|
            "dedicated": "Dedicated to smokers (e.g. smokers' club)"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "autoSuggestions" : false,
 | 
						|
    "customValues" : false
 | 
						|
}
 |