Skip to content

Commit 4a49bad

Browse files
committed
examples data.json move timestamp inside the path
1 parent 6549c89 commit 4a49bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/data.json

Lines changed: 1 addition & 1 deletion
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)