chat-restaruacja/attributes.json

36 lines
647 B
JSON
Raw Normal View History

{
"addr": null,
"confirm": [
"true",
"false"
],
"dough": [],
"ingredient": {
"onion": {},
"chess": {},
"tomato": {},
"ham": {}
},
"pizza": {
"capri": {},
"margarita": {},
"hawajska": {},
"barcelona": {
"ingredient": ["tomato", "onion", "ham"],
"price": 45
},
"tuna": {}
},
"size": {
"m": {
"price_multiplier": 1
},
"l": {
"price_multiplier": 1.2
},
"xl": {
"price_multiplier": 1.4
}
},
"order": []
}