From dba7a9e2cf6f405460a55807eb22f47113c1a453 Mon Sep 17 00:00:00 2001 From: Marco Duca Date: Sun, 29 Sep 2024 18:41:07 +0200 Subject: [PATCH] Changed "oneOf" to "anyOf" in the services schema --- config/services-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services-schema.json b/config/services-schema.json index be4d617..97e0b55 100644 --- a/config/services-schema.json +++ b/config/services-schema.json @@ -158,7 +158,7 @@ "title": "Executor URL.", "description": "This property indicates the executor URL to connect with it.", "type": "string", - "oneOf": [ + "anyOf": [ { "format": "hostname" }, { "format": "ipv4" }, { "format": "ipv6" }