diff --git a/schema/remotehosts.json b/schema/remotehosts.json index 3304ecce..6a4c8bc8 100644 --- a/schema/remotehosts.json +++ b/schema/remotehosts.json @@ -88,7 +88,7 @@ "properties": { "controller-ip-address": { "type": "string", - "pattern": "^[1-9][0-9]{0,2}\\.[1-9][0-9]{0,2}\\.[1-9][0-9]{0,2}\\.[1-9][0-9]{0,2}$" + "pattern": "^\d{1,3}\\.\d{1,3}\\.\d{1,3}\\.\d{1,3}$" }, "cpu-partitioning": { "type": "boolean"