57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"addr": null,
|
|
"confirm": [
|
|
"true",
|
|
"false"
|
|
],
|
|
"dough": ["thick"],
|
|
"drink": ["pepsi", "cola", "water"],
|
|
"food": ["pizza"],
|
|
"meat": ["chicken", "ham", "tuna"],
|
|
"sauce": ["garlic", "1000w"],
|
|
"ingredient": {
|
|
"chicken": {},
|
|
"tuna": {},
|
|
"pineapple": {},
|
|
"onion": {},
|
|
"cheese": {},
|
|
"tomato": {},
|
|
"ham": {},
|
|
"pepper": {},
|
|
},
|
|
"menu": ["capri", "margarita", "hawajska", "barcelona", "tuna"],
|
|
"pizza": {
|
|
"capri": {
|
|
"ingredient": ["tomato", "ham", "mushrooms", "cheese"],
|
|
"price": 25
|
|
},
|
|
"margarita": {
|
|
"ingredient": ["tomato", "cheese"],
|
|
"price": 20
|
|
},
|
|
"hawajska": {
|
|
"ingredient": ["tomato", "pineapple", "chicken", "cheese"],
|
|
"price": 30
|
|
},
|
|
"barcelona": {
|
|
"ingredient": ["tomato", "onion", "ham", "pepper", "cheese"],
|
|
"price": 40
|
|
},
|
|
"tuna": {
|
|
"ingredient": ["tomato", "tuna", "onion", "cheese"],
|
|
"price": 40
|
|
}
|
|
},
|
|
"size": {
|
|
"m": {
|
|
"price_multiplier": 1
|
|
},
|
|
"l": {
|
|
"price_multiplier": 1.2
|
|
},
|
|
"xl": {
|
|
"price_multiplier": 1.4
|
|
}
|
|
},
|
|
"order": []
|
|
} |