Skip to content

Commit 7682177

Browse files
authored
DLPXECO-12969 Virtual Source Configure fails due to invalid pretty_name validation pattern (#78)
PR URL: https://www.github.com/delphix/couchbase-plugin/pull/78
1 parent 5d70c9c commit 7682177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
},
8686
"prettyName": {
8787
"type": "string",
88-
"pattern": "^[^;\\&<>\\(\\)\\s]+$",
88+
"pattern": "^[^;\\&<>\\(\\)]+$",
8989
"prettyName": "Identity Field",
9090
"description": "Recommended : Couchbase<Port>"
9191
}

0 commit comments

Comments
 (0)