You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/strings.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,13 @@
241
241
"type": "string",
242
242
"minLength": 1,
243
243
"default": "validation error in %s:\\n%s"
244
+
},
245
+
"environment_variable_validation_error": {
246
+
"title": "validation error",
247
+
"description": "The error message template for failed custom validation for environment variables\nhttps://bashly.dannyb.co/advanced/strings/#custom-strings",
248
+
"type": "string",
249
+
"minLength": 1,
250
+
"default": "validation error in environment variable %s:\\n%s"
0 commit comments