Skip to content

Commit 7288523

Browse files
committed
examples data.json move timestamp inside the path
Signed-off-by: Ilario Gelmetti <[email protected]>
1 parent d049e77 commit 7288523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"counter": 1234,
3-
"timestamp": 1657568506,
43
"values": [
54
{
65
"id": "id-A",
@@ -12,6 +11,7 @@
1211
"id": "id-B",
1312
"count": 2,
1413
"some_boolean": true,
14+
"timestamp": 1657568506,
1515
"state": "INACTIVE"
1616
},
1717
{

0 commit comments

Comments
 (0)