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