From 987ae3533e0024dfe29f6997f1ecf0188c056ace Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Tue, 30 Apr 2024 13:12:02 -0500 Subject: [PATCH] fixup escaping of symbols in the remotehosts schema --- schema/remotehosts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/remotehosts.json b/schema/remotehosts.json index 6a4c8bc8..54abf712 100644 --- a/schema/remotehosts.json +++ b/schema/remotehosts.json @@ -88,7 +88,7 @@ "properties": { "controller-ip-address": { "type": "string", - "pattern": "^\d{1,3}\\.\d{1,3}\\.\d{1,3}\\.\d{1,3}$" + "pattern": "^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$" }, "cpu-partitioning": { "type": "boolean"