From 089045abd1116fc286dccbd090ba1d65c8ee9db2 Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Wed, 4 Aug 2021 05:24:05 -0400 Subject: [PATCH] synchronize json schema specs (#996) Co-authored-by: apmmachine --- internal/apmschema/jsonschema/metadata.json | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/internal/apmschema/jsonschema/metadata.json b/internal/apmschema/jsonschema/metadata.json index 374c66f63..d0c7c1978 100644 --- a/internal/apmschema/jsonschema/metadata.json +++ b/internal/apmschema/jsonschema/metadata.json @@ -160,6 +160,30 @@ "maxLength": 1024 } }, + "network": { + "description": "Network holds information about the network over which the monitored service is communicating.", + "type": [ + "null", + "object" + ], + "properties": { + "connection": { + "type": [ + "null", + "object" + ], + "properties": { + "type": { + "type": [ + "null", + "string" + ], + "maxLength": 1024 + } + } + } + } + }, "process": { "description": "Process metadata about the monitored service.", "type": [