Skip to content

Commit

Permalink
examples data.json move timestamp inside the path
Browse files Browse the repository at this point in the history
Signed-off-by: Ilario Gelmetti <[email protected]>
  • Loading branch information
ilario committed Dec 7, 2023
1 parent d049e77 commit 7288523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"counter": 1234,
"timestamp": 1657568506,
"values": [
{
"id": "id-A",
Expand All @@ -12,6 +11,7 @@
"id": "id-B",
"count": 2,
"some_boolean": true,
"timestamp": 1657568506,
"state": "INACTIVE"
},
{
Expand Down

0 comments on commit 7288523

Please sign in to comment.