Skip to content

Commit

Permalink
update safkeyring schema (#3928)
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert authored Aug 12, 2024
1 parent 83b086f commit 0c2c64e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/zowe-yaml-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@
"file": {
"type": "string",
"description": "Path of your z/OS keyring, including ring owner and ring name. Case sensitivity and spaces matter.",
"pattern": "^safkeyring:\/\/.*"
"pattern": "^safkeyring[a-z]*:\/\/.*"
},
"password": {
"type": "string",
Expand All @@ -831,7 +831,7 @@
"file": {
"type": "string",
"description": "Path of your z/OS keyring, including ring owner and ring name. Case sensitivity and spaces matter.",
"pattern": "^safkeyring:\/\/.*"
"pattern": "^safkeyring[a-z]*:\/\/.*"
},
"password": {
"type": "string",
Expand Down

0 comments on commit 0c2c64e

Please sign in to comment.