Skip to content

Commit 808b236

Browse files
committed
expand dummy
1 parent d69e828 commit 808b236

File tree

1 file changed

+48
-4
lines changed
  • services/static-webserver/client/source/class/osparc/store

1 file changed

+48
-4
lines changed

services/static-webserver/client/source/class/osparc/store/Functions.js

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,56 @@ qx.Class.define("osparc.store.Functions", {
150150
"functionClass": "PROJECT",
151151
"name": "Potential Function II",
152152
"description": "Function description",
153-
"inputSchema": {"schema_class": "application/schema+json", "schema_content": {"type": "object", "required": ["X"], "properties": {"X": {"type": "number"}}}},
154-
"outputSchema": {"schema_class": "application/schema+json", "schema_content": {"type": "object", "required": ["Out 1", "Out_2"], "properties": {"Out 1": {"type": "number"}, "Out_2": {"type": "number"}}}},
155-
"defaultInputs": {"X": 2, "Y": 1},
153+
"inputSchema": {
154+
"schema_class": "application/schema+json",
155+
"schema_content": {
156+
"type": "object",
157+
"required": [
158+
"X"
159+
],
160+
"properties": {
161+
"X": {
162+
"type": "number"
163+
}
164+
}
165+
}
166+
},
167+
"outputSchema": {
168+
"schema_class": "application/schema+json",
169+
"schema_content": {
170+
"type": "object",
171+
"required": [
172+
"Out 1",
173+
"Out_2"
174+
],
175+
"properties": {
176+
"Out 1": {
177+
"type": "number"
178+
},
179+
"Out_2": {
180+
"type": "number"
181+
}
182+
}
183+
}
184+
},
185+
"defaultInputs": {
186+
"X": 2,
187+
"Y": 1
188+
},
156189
"creationDate": "2025-05-16T12:22:31.063Z",
157190
"lastChangeDate": "2025-05-16T12:22:33.804Z",
158-
"accessRights": {"3": {"read": true, "write": true, "delete": true}, "5": {"read": true, "write": false, "delete": false}},
191+
"accessRights": {
192+
"3": {
193+
"read": true,
194+
"write": true,
195+
"delete": true
196+
},
197+
"5": {
198+
"read": true,
199+
"write": false,
200+
"delete": false
201+
}
202+
},
159203
"thumbnail": "https://img.freepik.com/premium-vector/image-icon-design-vector-template_1309674-940.jpg",
160204
"workbench": {"50a50309-1dfc-5ad5-b2d9-c11697641f0b": {"key": "simcore/services/comp/itis/sleeper", "version": "2.2.0", "label": "sleeper", "inputs": {"input_2": 2, "input_3": false, "input_4": 0, "input_5": 0}, "inputsRequired": [], "inputNodes": ["2e348481-5042-5148-9196-590574747297", "69873032-770a-536b-adb6-0e6ea01720a4"]}, "2e348481-5042-5148-9196-590574747297": {"key": "simcore/services/frontend/parameter/number", "version": "1.0.0", "label": "X", "inputs": {}, "inputsRequired": [], "inputNodes": [], "outputs": {"out_1": 1}, "runHash": null}, "70e1de1a-a8b0-59e3-b19e-ea20f78765ce": {"key": "simcore/services/frontend/iterator-consumer/probe/number", "version": "1.0.0", "label": "Out 1", "inputs": {"in_1": 0}, "inputsRequired": [], "inputNodes": ["50a50309-1dfc-5ad5-b2d9-c11697641f0b"]}, "69873032-770a-536b-adb6-0e6ea01720a4": {"key": "simcore/services/frontend/parameter/number", "version": "1.0.0", "label": "Y", "inputs": {}, "inputsRequired": [], "inputNodes": [], "outputs": {"out_1": 1}, "runHash": null}, "24f856c3-408c-5ab4-ad01-e99630a355fe": {"key": "simcore/services/frontend/iterator-consumer/probe/number", "version": "1.0.0", "label": "Out_2", "inputs": {"in_1": 0}, "inputsRequired": [], "inputNodes": ["50a50309-1dfc-5ad5-b2d9-c11697641f0b"]}},
161205
"ui": {"24f856c3-408c-5ab4-ad01-e99630a355fe": {"position": {"x": 540, "y": 240}}, "2e348481-5042-5148-9196-590574747297": {"position": {"x": 120, "y": 140}}, "50a50309-1dfc-5ad5-b2d9-c11697641f0b": {"position": {"x": 300, "y": 180}}, "69873032-770a-536b-adb6-0e6ea01720a4": {"position": {"x": 120, "y": 240}}, "70e1de1a-a8b0-59e3-b19e-ea20f78765ce": {"position": {"x": 540, "y": 140}}},

0 commit comments

Comments
 (0)