From b7c232e434ccaa2f0e8447a7babfa710e0255f24 Mon Sep 17 00:00:00 2001 From: gjsjohnmurray Date: Mon, 8 Jul 2024 17:14:34 +0100 Subject: [PATCH] Helpstring for `intersystems.servers` object incorrectly stated that uppercase letters are accepted --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cbe759..8eef2a1 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "intersystems.servers": { "type": "object", "description": "InterSystems servers that other extensions connect to. Each property of this object names a server and holds nested properties specifying how to connect to it.", - "markdownDescription": "[InterSystems](https://www.intersystems.com) servers that other extensions connect to. Each property of this object names a server and holds nested properties specifying how to connect to it. Server names may only contain characters 'A' to 'Z', 'a' to 'z', digits, '-', '.', '_' and '~' characters.", + "markdownDescription": "[InterSystems](https://www.intersystems.com) servers that other extensions connect to. Each property of this object names a server and holds nested properties specifying how to connect to it. Server names may only contain lowercase characters 'a' to 'z', digits, '-', '.', '_' and '~' characters.", "scope": "resource", "patternProperties": { "^[a-z0-9-_~]+$": {