Skip to content

Commit 744c985

Browse files
committed
📝 [skip ci] Update JSON schema for Simvue config file
1 parent c004120 commit 744c985

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

simvue/config/simvue_config_schema.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,21 @@
8181
"default": null,
8282
"title": "Name"
8383
},
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+
},
8499
"tags": {
85100
"anyOf": [
86101
{
@@ -312,6 +327,7 @@
312327
"metadata": null,
313328
"mode": "online",
314329
"name": null,
330+
"record_shell_vars": null,
315331
"tags": null
316332
}
317333
},

0 commit comments

Comments
 (0)