Skip to content

Commit bda4cbd

Browse files
committed
Add missing file
1 parent 950895c commit bda4cbd

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"id": "1",
3+
"item": "UpdatedItem",
4+
"price": 999,
5+
"quantity": 50,
6+
"date": "2014-03-01 13:30:00.0",
7+
"in_stock": false,
8+
"tags": [
9+
"tag4",
10+
"tag5",
11+
"tag6"
12+
],
13+
"categoryTags": [
14+
"Hygiene",
15+
"PersonalCare"
16+
],
17+
"props": {
18+
"size": "M",
19+
"brand": "NewBrand",
20+
"colors": [
21+
"Blue",
22+
"Green"
23+
],
24+
"seller": {
25+
"name": "Metro Chemicals Pvt. Ltd.",
26+
"address": {
27+
"city": "Mumbai",
28+
"pincode": 400004
29+
}
30+
},
31+
"source-loc": [
32+
"warehouse-A",
33+
"store-1"
34+
],
35+
"product-code": "SOAP-DET-001"
36+
},
37+
"sales": {
38+
"regions": [
39+
"US",
40+
"EU",
41+
"APAC"
42+
]
43+
},
44+
"numbers": [
45+
10,
46+
20,
47+
30
48+
],
49+
"scores": [
50+
1.1,
51+
2.2,
52+
3.3
53+
],
54+
"flags": [
55+
true,
56+
false,
57+
true
58+
],
59+
"big_number": 9999999999,
60+
"rating": 4.5,
61+
"weight": 123.456
62+
}

0 commit comments

Comments
 (0)