Upload auth_system.json with huggingface_hub
Browse files- auth_system.json +8 -2
auth_system.json
CHANGED
@@ -13,10 +13,16 @@
|
|
13 |
"description": "",
|
14 |
"purchase_price": 100.0,
|
15 |
"sale_price": 350.0,
|
16 |
-
"quantity_in_stock":
|
17 |
"user_id": 1
|
18 |
}
|
19 |
],
|
20 |
-
"cart": [
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
"sales": []
|
22 |
}
|
|
|
13 |
"description": "",
|
14 |
"purchase_price": 100.0,
|
15 |
"sale_price": 350.0,
|
16 |
+
"quantity_in_stock": 50303,
|
17 |
"user_id": 1
|
18 |
}
|
19 |
],
|
20 |
+
"cart": [
|
21 |
+
{
|
22 |
+
"id": 1,
|
23 |
+
"product_id": 1,
|
24 |
+
"quantity": 100
|
25 |
+
}
|
26 |
+
],
|
27 |
"sales": []
|
28 |
}
|