Skip to content

Commit e205064

Browse files
committed
update strings JSON schema
1 parent 4d313a8 commit e205064

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

schemas/strings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@
186186
"minLength": 1,
187187
"default": "%{name} must be one of: %{allowed}"
188188
},
189+
"disallowed_environment_variable": {
190+
"title": "disallowed_environment_variable",
191+
"description": "A forbidden environment variable error of the current script\nhttps://bashly.dannyb.co/advanced/strings/#custom-strings",
192+
"type": "string",
193+
"minLength": 1,
194+
"default": "%{name} environment variable must be one of: %{allowed}"
195+
},
189196
"unsupported_bash_version": {
190197
"title": "unsupported bash version",
191198
"description": "An unsupported Bash version error of the current script\nhttps://bashly.dannyb.co/advanced/strings/#custom-strings",

0 commit comments

Comments
 (0)