From 7f18bfa1620ad3bb8ec29f91ab402accff555fc8 Mon Sep 17 00:00:00 2001 From: "satish.kumar1" Date: Fri, 21 Nov 2025 13:48:33 +0530 Subject: [PATCH] DLPXECO-12969 Virtual Source Configure fails due to invalid pretty_name validation pattern PR URL: https://www.github.com/delphix/couchbase-plugin/pull/78 --- schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.json b/schema.json index bb64ef8..b77a854 100644 --- a/schema.json +++ b/schema.json @@ -85,7 +85,7 @@ }, "prettyName": { "type": "string", - "pattern": "^[^;\\&<>\\(\\)\\s]+$", + "pattern": "^[^;\\&<>\\(\\)]+$", "prettyName": "Identity Field", "description": "Recommended : Couchbase" }