diff --git a/attributes.json b/attributes.json new file mode 100644 index 0000000..9642b1d --- /dev/null +++ b/attributes.json @@ -0,0 +1,35 @@ +{ + "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 + } + } +} \ No newline at end of file diff --git a/menu.json b/menu.json deleted file mode 100644 index 6bb4d5a..0000000 --- a/menu.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "typ_ciasta": ["grube"], - "rozmiar": { - - }, - "nazwa_pizzy": { - "margarita": [] - }, - "skladniki": { - "cebula" { - "id": 1 - }, - "ser": { - "id": 2 - } - } -} \ No newline at end of file