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" }