From 67ced8b67f2b6097a7c3f273fc49e83ddb5fbc6e Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 06:14:09 +0000 Subject: [PATCH] chore: APM agent json server schema b8f480b6c66dc3dc471672f4137a151dd... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 71ffe5c Made with ❤️️ by updatecli --- spec/fixtures/span.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/fixtures/span.json b/spec/fixtures/span.json index e86da9a69..14eea1b15 100644 --- a/spec/fixtures/span.json +++ b/spec/fixtures/span.json @@ -188,6 +188,9 @@ "object" ], "properties": { + "body": { + "description": "The http request body usually as a string, but may be a dictionary for multipart/form-data content" + }, "id": { "description": "ID holds the unique identifier for the http request.", "type": [