Skip to content

Commit 8bf613c

Browse files
committed
minor
1 parent 3fb1ed3 commit 8bf613c

File tree

1 file changed

+5
-5
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+5
-5
lines changed

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10824,7 +10824,7 @@ components:
1082410824
description: Parent's (group-nodes') node ID s. Used to group
1082510825
position:
1082610826
anyOf:
10827-
- $ref: '#/components/schemas/PositionUI'
10827+
- $ref: '#/components/schemas/Position'
1082810828
- type: 'null'
1082910829
description: Use projects_ui.WorkbenchUI.position instead
1083010830
deprecated: true
@@ -10953,7 +10953,7 @@ components:
1095310953
description: Parent's (group-nodes') node ID s. Used to group
1095410954
position:
1095510955
anyOf:
10956-
- $ref: '#/components/schemas/PositionUI'
10956+
- $ref: '#/components/schemas/Position'
1095710957
- type: 'null'
1095810958
description: Use projects_ui.WorkbenchUI.position instead
1095910959
deprecated: true
@@ -11765,7 +11765,7 @@ components:
1176511765
title: PortLink
1176611766
description: I/O port type to reference to an output port of another node in
1176711767
the same project
11768-
PositionUI:
11768+
Position:
1176911769
properties:
1177011770
x:
1177111771
type: integer
@@ -11780,7 +11780,7 @@ components:
1178011780
required:
1178111781
- x
1178211782
- y
11783-
title: PositionUI
11783+
title: Position
1178411784
PreRegisteredUserGet:
1178511785
properties:
1178611786
firstName:
@@ -14658,7 +14658,7 @@ components:
1465814658
WorkbenchUI:
1465914659
properties:
1466014660
position:
14661-
$ref: '#/components/schemas/PositionUI'
14661+
$ref: '#/components/schemas/Position'
1466214662
description: The node position in the workbench
1466314663
marker:
1466414664
anyOf:

0 commit comments

Comments
 (0)