We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c004120 commit 744c985Copy full SHA for 744c985
1 file changed
simvue/config/simvue_config_schema.json
@@ -81,6 +81,21 @@
81
"default": null,
82
"title": "Name"
83
},
84
+ "record_shell_vars": {
85
+ "anyOf": [
86
+ {
87
+ "items": {
88
+ "type": "string"
89
+ },
90
+ "type": "array"
91
92
93
+ "type": "null"
94
+ }
95
+ ],
96
+ "default": null,
97
+ "title": "Record Shell Vars"
98
99
"tags": {
100
"anyOf": [
101
{
@@ -312,6 +327,7 @@
312
327
"metadata": null,
313
328
"mode": "online",
314
329
"name": null,
330
+ "record_shell_vars": null,
315
331
"tags": null
316
332
}
317
333
0 commit comments