From 064231daa54fb43786d2b8756932ab949073b897 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 3 Dec 2021 02:28:56 +0300 Subject: [PATCH] TCP schema should be as object Signed-off-by: Valery Piashchynski --- schemas/config/2.0.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json index 6e5e3f9..7ff6581 100644 --- a/schemas/config/2.0.schema.json +++ b/schemas/config/2.0.schema.json @@ -606,7 +606,7 @@ "properties": { "servers": { "description": "TCP servers to allocate", - "type": "array", + "type": "object", "$ref": "#/definitions/TCPServers" } }