Skip to content

Commit eb57743

Browse files
committed
updates oas
1 parent 7e8aa54 commit eb57743

File tree

1 file changed

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

1 file changed

+34
-9
lines changed

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

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9284,6 +9284,35 @@ components:
92849284
- name
92859285
- email
92869286
title: Author
9287+
BasicGroupGet:
9288+
properties:
9289+
gid:
9290+
type: integer
9291+
exclusiveMinimum: true
9292+
title: Gid
9293+
description: the group's unique ID
9294+
minimum: 0
9295+
label:
9296+
type: string
9297+
title: Label
9298+
description: the group's display name
9299+
description:
9300+
type: string
9301+
title: Description
9302+
thumbnail:
9303+
anyOf:
9304+
- type: string
9305+
minLength: 1
9306+
format: uri
9307+
- type: 'null'
9308+
title: Thumbnail
9309+
description: a link to the group's thumbnail
9310+
type: object
9311+
required:
9312+
- gid
9313+
- label
9314+
- description
9315+
title: BasicGroupGet
92879316
Body_service_submission:
92889317
properties:
92899318
file:
@@ -12881,24 +12910,23 @@ components:
1288112910
type: integer
1288212911
exclusiveMinimum: true
1288312912
title: Gid
12884-
description: the group ID
12913+
description: the group's unique ID
1288512914
minimum: 0
1288612915
label:
1288712916
type: string
1288812917
title: Label
12889-
description: the group name
12918+
description: the group's display name
1289012919
description:
1289112920
type: string
1289212921
title: Description
12893-
description: the group description
1289412922
thumbnail:
1289512923
anyOf:
1289612924
- type: string
1289712925
minLength: 1
1289812926
format: uri
1289912927
- type: 'null'
1290012928
title: Thumbnail
12901-
description: url to the group thumbnail
12929+
description: a link to the group's thumbnail
1290212930
accessRights:
1290312931
$ref: '#/components/schemas/GroupAccessRights'
1290412932
inclusionRules:
@@ -13607,7 +13635,7 @@ components:
1360713635
- type: 'null'
1360813636
support:
1360913637
anyOf:
13610-
- $ref: '#/components/schemas/GroupGet'
13638+
- $ref: '#/components/schemas/BasicGroupGet'
1361113639
- type: 'null'
1361213640
description: Group ID of the app support team or None if no support is defined
1361313641
for this product
@@ -13650,13 +13678,10 @@ components:
1365013678
gid: '16'
1365113679
label: Blue Fundation
1365213680
support:
13653-
accessRights:
13654-
delete: false
13655-
read: false
13656-
write: false
1365713681
description: The support team of the application
1365813682
gid: '2'
1365913683
label: Support Team
13684+
thumbnail: https://placekitten.com/15/15
1366013685
MyPermissionGet:
1366113686
properties:
1366213687
name:

0 commit comments

Comments
 (0)