mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 16:53:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			380 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			380 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "takeaway",
 | 
						|
    "type": "combo",
 | 
						|
    "label": "Takeaway",
 | 
						|
    "placeholder": "Yes, No, Takeaway Only...",
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "yes": "Yes",
 | 
						|
            "no": "No",
 | 
						|
            "only": "Takeaway Only"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "autoSuggestions" : false,
 | 
						|
    "customValues" : false,
 | 
						|
    "terms": [
 | 
						|
        "take out",
 | 
						|
        "takeout"
 | 
						|
    ]
 | 
						|
}
 |