From 44a4e514436020518740a0849419bed0b7c429c5 Mon Sep 17 00:00:00 2001 From: Krzysztof Bojakowski Date: Fri, 3 May 2024 00:19:00 +0200 Subject: [PATCH] Rozwiniecie attributes.json --- attributes.json | 41 +++++++++++++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 10 deletions(-) diff --git a/attributes.json b/attributes.json index e28498c..83c8a37 100644 --- a/attributes.json +++ b/attributes.json @@ -4,22 +4,43 @@ "true", "false" ], - "dough": [], + "dough": ["thick"], + "drink": ["pepsi", "cola", "water"], + "food": ["pizza"], + "meat": ["chicken", "ham", "tuna"], + "sauce": ["garlic", "1000w"], "ingredient": { + "chicken": {}, + "tuna": {}, + "pineapple": {}, "onion": {}, - "chess": {}, + "cheese": {}, "tomato": {}, - "ham": {} + "ham": {}, + "pepper": {}, }, + "menu": ["capri", "margarita", "hawajska", "barcelona", "tuna"], "pizza": { - "capri": {}, - "margarita": {}, - "hawajska": {}, - "barcelona": { - "ingredient": ["tomato", "onion", "ham"], - "price": 45 + "capri": { + "ingredient": ["tomato", "ham", "mushrooms", "cheese"], + "price": 25 }, - "tuna": {} + "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": {