Skip to content

Commit

Permalink
Merge pull request #229 from gjsjohnmurray/fix-228
Browse files Browse the repository at this point in the history
Helpstring for `intersystems.servers` object incorrectly stated that uppercase letters are accepted in names
  • Loading branch information
gjsjohnmurray authored Jul 8, 2024
2 parents e445eab + b7c232e commit 52e172d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-_~]+$": {
Expand Down

0 comments on commit 52e172d

Please sign in to comment.