From ed0e362dbe59a5058da17b5fcff2df33375650d2 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Thu, 9 Feb 2023 06:04:06 +0000 Subject: [PATCH] chore: Updated the content of the file "/tmp/updatecli/github/elastic... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... /ecs-logging-java/ecs-logging-core/src/test/resources/spec/spec.json" Made with ❤️️ by updatecli --- ecs-logging-core/src/test/resources/spec/spec.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ecs-logging-core/src/test/resources/spec/spec.json b/ecs-logging-core/src/test/resources/spec/spec.json index a082d75d..68f32d70 100644 --- a/ecs-logging-core/src/test/resources/spec/spec.json +++ b/ecs-logging-core/src/test/resources/spec/spec.json @@ -42,7 +42,12 @@ "ecs.version": { "type": "string", "required": true, - "url": "https://www.elastic.co/guide/en/ecs/current/ecs-ecs.html" + "top_level_field": true, + "url": "https://www.elastic.co/guide/en/ecs/current/ecs-ecs.html", + "comment": [ + "This field SHOULD NOT be a nested object field but at the top level with a dot in the property name.", + "This is to make the JSON logs more human-readable." + ] }, "labels": { "type": "object",