forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcuisine.json
More file actions
103 lines (103 loc) · 3.22 KB
/
cuisine.json
File metadata and controls
103 lines (103 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"key": "cuisine",
"type": "semiCombo",
"label": "Cuisines",
"strings": {
"options": {
"pizza": "Pizza",
"burger": "Burger",
"coffee_shop": "Coffee Shop",
"regional": "Regional",
"italian": "Italian",
"sandwich": "Sandwich",
"chinese": "Chinese",
"chicken": "Chicken",
"japanese": "Japanese",
"kebab": "Kebab",
"mexican": "Mexican",
"american": "American",
"asian": "Asian",
"ice_cream": "Ice Cream",
"indian": "Indian",
"sushi": "Sushi",
"seafood": "Seafood",
"thai": "Thai",
"french": "French",
"german": "German",
"breakfast": "Breakfast",
"greek": "Greek",
"steak_house": "Steak House",
"fish_and_chips": "Fish and Chips",
"korean": "Korean",
"barbecue": "Barbecue",
"donut": "Donut",
"noodle": "Noodle",
"vietnamese": "Vietnamese",
"fish": "Fish",
"turkish": "Turkish",
"cake": "Cake",
"pasta": "Pasta",
"tex-mex": "Tex-Mex",
"bubble_tea": "Bubble Tea",
"ramen": "Ramen",
"mediterranean": "Mediterranean",
"spanish": "Spanish",
"friture": "Friterie",
"tea": "Tea",
"grill": "Bar and Grill",
"juice": "Juice",
"salad": "Salad",
"crepe": "Crepe",
"hot_dog": "Hot Dog",
"pancake": "Pancake",
"dessert": "Dessert",
"diner": "Diner",
"tapas": "Tapas",
"portuguese": "Portuguese",
"beef_bowl": "Gyūdon",
"russian": "Russian",
"indonesian": "Indonesian",
"wings": "Chicken Wings",
"lebanese": "Lebanese",
"arab": "Arab",
"curry": "Curry",
"malaysian": "Malaysian",
"bagel": "Bagel",
"georgian": "Georgian",
"polish": "Polish",
"african": "African",
"western": "Western",
"sausage": "Sausage",
"filipino": "Filipino",
"caribbean": "Caribbean",
"soba": "Soba",
"peruvian": "Peruvian",
"brazilian": "Brazilian",
"oriental": "Oriental",
"fine_dining": "Fine Dining",
"frozen_yogurt": "Frozen Yogurt",
"argentinian": "Argentinian",
"balkan": "Balkan",
"bavarian": "Bavarian",
"ethiopian": "Ethiopian",
"shawarma": "Shawarma",
"persian": "Persian",
"middle_eastern": "Middle Eastern",
"pastry": "Pastry",
"soup": "Soup",
"fries": "Fries",
"taiwanese": "Taiwanese",
"bistro": "Bistro",
"european": "European",
"moroccan": "Moroccan",
"hawaiian": "Hawaiian",
"brunch": "Brunch",
"udon": "Udon",
"ukrainian": "Ukrainian"
}
},
"terms": [
"fare",
"food types"
]
}