-
Notifications
You must be signed in to change notification settings - Fork 252
Expand file tree
/
Copy pathcuisine.json
More file actions
42 lines (42 loc) · 1.13 KB
/
cuisine.json
File metadata and controls
42 lines (42 loc) · 1.13 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
{
"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",
"fish": "Fish",
"asian": "Asian",
"french": "French",
"spanish": "Spanish",
"portugese": "Portugese",
"russian": "Russian",
"polish": "Polish",
"thai": "Thai",
"korean": "Korean",
"american": "American",
"sushi": "Sushi",
"ice_cream": "Ice Cream",
"german": "German",
"greek": "Greek",
"vietnamese": "Vietnamese",
"turkish": "Turkish",
"lebanese": "Lebanese"
}
},
"terms": [
"fare",
"food types"
]
}