From c394b68068b96a21b2ceeb7424e5fe0c0fdd6aab Mon Sep 17 00:00:00 2001 From: benchinnery Date: Mon, 8 Sep 2025 14:11:59 -0400 Subject: [PATCH] Upload files to "/" --- 2.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 2.json diff --git a/2.json b/2.json new file mode 100644 index 0000000..6ffeb9e --- /dev/null +++ b/2.json @@ -0,0 +1,15 @@ +{ + "productId": "SKU-12345", + "productName": "Wireless Bluetooth Headphones", + "price": 79.99, + "inStock": true, + "tags": [ + "audio", + "electronics", + "wireless" + ], + "specs": { + "color": "Midnight Black", + "batteryLife": "20 hours" + } +} \ No newline at end of file