mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-31 06:43:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
	
		
			928 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
	
		
			928 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "cuisine",
 | |
|     "type": "semiCombo",
 | |
|     "label": "Cuisines",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "pizza": "Pizza",
 | |
|             "burger": "Burger",
 | |
|             "regional": "Regional",
 | |
|             "coffee_shop": "Coffee Shop",
 | |
|             "italian": "Italian",
 | |
|             "chinese": "Chinese",
 | |
|             "sandwich": "Sandwich",
 | |
|             "japanese": "Japanese",
 | |
|             "mexican": "Mexican",
 | |
|             "kebab": "Kebab",
 | |
|             "indian": "Indian",
 | |
|             "chicken": "Chicken",
 | |
|             "asian": "Asian",
 | |
|             "french": "French",
 | |
|             "thai": "Thai",
 | |
|             "american": "American",
 | |
|             "sushi": "Sushi",
 | |
|             "ice_cream": "Ice Cream",
 | |
|             "german": "German",
 | |
|             "greek": "Greek",
 | |
|             "vietnamese": "Vietnamese",
 | |
|             "turkish": "Turkish"
 | |
|         }
 | |
|     },
 | |
|     "terms": [
 | |
|         "fare",
 | |
|         "food types"
 | |
|     ]
 | |
| }
 | 
