From 72885237e79c52f0facc0603748b6b1db23d97cd Mon Sep 17 00:00:00 2001 From: Ilario Gelmetti Date: Thu, 7 Dec 2023 14:04:28 +0100 Subject: [PATCH] examples data.json move timestamp inside the path Signed-off-by: Ilario Gelmetti --- examples/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/data.json b/examples/data.json index 2890657a..a76d0fdf 100644 --- a/examples/data.json +++ b/examples/data.json @@ -1,6 +1,5 @@ { "counter": 1234, - "timestamp": 1657568506, "values": [ { "id": "id-A", @@ -12,6 +11,7 @@ "id": "id-B", "count": 2, "some_boolean": true, + "timestamp": 1657568506, "state": "INACTIVE" }, {