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
"description": "A default value of the current environment variable\nhttps://bashly.dannyb.co/configuration/environment-variable/#default",
340
+
"type": "string",
341
+
"examples": [
342
+
"~/config.ini"
343
+
]
309
344
}
310
345
},
311
346
"patternProperties": {
@@ -420,60 +455,6 @@
420
455
}
421
456
]
422
457
},
423
-
"environment-variables-name-property": {
424
-
"$comment": "'environment-variables-' prefix is used as this property is related to https://bashly.dannyb.co/configuration/environment-variable/#environment-variable",
425
-
"title": "name",
426
-
"description": "A name of the current environment variable\nhttps://bashly.dannyb.co/configuration/environment-variable/#name",
427
-
"type": "string",
428
-
"minLength": 1,
429
-
"examples": [
430
-
"config_path"
431
-
]
432
-
},
433
-
"environment-variables-help-property": {
434
-
"title": "help",
435
-
"description": "A description of the current environment variable\nhttps://bashly.dannyb.co/configuration/environment-variable/#help",
436
-
"type": "string",
437
-
"minLength": 1,
438
-
"examples": [
439
-
"Location of the config file"
440
-
]
441
-
},
442
-
"environment-variables-default-property": {
443
-
"title": "default",
444
-
"description": "A default value of the current environment variable\nhttps://bashly.dannyb.co/configuration/environment-variable/#default",
445
-
"type": "string",
446
-
"examples": [
447
-
"~/config.ini"
448
-
]
449
-
},
450
-
"environment-variables-private-property": {
451
-
"title": "private",
452
-
"description": "Whether the current environment variable is hidden from help\nhttps://bashly.dannyb.co/configuration/environment-variable/#private",
453
-
"type": "boolean",
454
-
"default": false
455
-
},
456
-
"environment-variables-required-property": {
457
-
"title": "required",
458
-
"description": "Whether the current environment variable is required\nhttps://bashly.dannyb.co/configuration/environment-variable/#required",
459
-
"type": "boolean",
460
-
"default": true
461
-
},
462
-
"environment-variables-allowed-property": {
463
-
"title": "allowed",
464
-
"description": "Valid values of the current environment variable\nhttps://bashly.dannyb.co/configuration/environment-variable/#allowed",
465
-
"type": "array",
466
-
"minLength": 1,
467
-
"uniqueItems": true,
468
-
"items": {
469
-
"description": "A valid value of the current environment variable",
470
-
"type": "string",
471
-
"minLength": 1,
472
-
"examples": [
473
-
"production"
474
-
]
475
-
}
476
-
},
477
458
"environment-variables-property": {
478
459
"title": "environment variables",
479
460
"description": "Environment variables of the current application\nhttps://bashly.dannyb.co/configuration/environment-variable/#environment-variable",
$comment: '''environment-variables-'' prefix is used as this property is related to https://bashly.dannyb.co/configuration/environment-variable/#environment-variable'
0 commit comments