From a73c9b0e4028738bdbcbff284305d9eb95e8673b Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 30 Aug 2022 14:10:53 +0200 Subject: [PATCH] output: target keys have port Update JSON schema to support signature with target keyword --- etc/schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index daabba1dae..7223e0d755 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -271,6 +271,9 @@ "properties": { "ip": { "type": "string" + }, + "port": { + "type": "integer" } }, "additionalProperties": false @@ -280,6 +283,9 @@ "properties": { "ip": { "type": "string" + }, + "port": { + "type": "integer" } }, "additionalProperties": false -- 2.47.2