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: simvue/config/simvue_config_schema.json
+84-84Lines changed: 84 additions & 84 deletions
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,6 @@
13
13
},
14
14
"DefaultRunSpecifications": {
15
15
"properties": {
16
-
"name": {
17
-
"anyOf": [
18
-
{
19
-
"type": "string"
20
-
},
21
-
{
22
-
"type": "null"
23
-
}
24
-
],
25
-
"default": null,
26
-
"title": "Name"
27
-
},
28
16
"description": {
29
17
"anyOf": [
30
18
{
@@ -37,21 +25,6 @@
37
25
"default": null,
38
26
"title": "Description"
39
27
},
40
-
"tags": {
41
-
"anyOf": [
42
-
{
43
-
"items": {
44
-
"type": "string"
45
-
},
46
-
"type": "array"
47
-
},
48
-
{
49
-
"type": "null"
50
-
}
51
-
],
52
-
"default": null,
53
-
"title": "Tags"
54
-
},
55
28
"folder": {
56
29
"default": "/",
57
30
"pattern": "^/.*",
@@ -95,6 +68,33 @@
95
68
],
96
69
"title": "Mode",
97
70
"type": "string"
71
+
},
72
+
"name": {
73
+
"anyOf": [
74
+
{
75
+
"type": "string"
76
+
},
77
+
{
78
+
"type": "null"
79
+
}
80
+
],
81
+
"default": null,
82
+
"title": "Name"
83
+
},
84
+
"tags": {
85
+
"anyOf": [
86
+
{
87
+
"items": {
88
+
"type": "string"
89
+
},
90
+
"type": "array"
91
+
},
92
+
{
93
+
"type": "null"
94
+
}
95
+
],
96
+
"default": null,
97
+
"title": "Tags"
98
98
}
99
99
},
100
100
"title": "DefaultRunSpecifications",
@@ -103,6 +103,18 @@
103
103
"EcoConfig": {
104
104
"description": "Configurations for CO2 emission metrics gathering.\n\nParameters\n----------\nco2_signal_api_token: str | None, optional\n the CO2 signal API token (Recommended), default is None\ncpu_thermal_design_power: int | None, optional\n the TDP for the CPU\ngpu_thermal_design_power: int | None, optional\n the TDP for each GPU",
0 commit comments