From 85fa79e5bf2dff897dd5e6ae84fa8e81ef467110 Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Thu, 8 Aug 2024 14:57:16 +0700 Subject: [PATCH] add characteristics --- resources/products.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/resources/products.json b/resources/products.json index 42968a0..8cf794d 100644 --- a/resources/products.json +++ b/resources/products.json @@ -48,7 +48,20 @@ ] } ], - "characteristics": [], + "characteristics": [ + { + "name": "Цвет", + "value": "Жёлтый" + }, + { + "name": "Вес", + "value": "100г" + }, + { + "name": "Вкус", + "value": "Ванильно-сливочный" + } + ], "category": 1 }, {