Skip to content

Commit 369d6d7

Browse files
generate open api specs
1 parent f2067d5 commit 369d6d7

File tree

1 file changed

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

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17161,6 +17161,17 @@ components:
1716117161
const: hypertool
1716217162
- type: 'null'
1716317163
title: Templatetype
17164+
mode:
17165+
anyOf:
17166+
- type: string
17167+
enum:
17168+
- workbench
17169+
- app
17170+
- guided
17171+
- standalone
17172+
- pipeline
17173+
- type: 'null'
17174+
title: Mode
1716417175
additionalProperties: true
1716517176
type: object
1716617177
title: StudyUI
@@ -17201,6 +17212,17 @@ components:
1720117212
const: hypertool
1720217213
- type: 'null'
1720317214
title: Templatetype
17215+
mode:
17216+
anyOf:
17217+
- type: string
17218+
enum:
17219+
- workbench
17220+
- app
17221+
- guided
17222+
- standalone
17223+
- pipeline
17224+
- type: 'null'
17225+
title: Mode
1720417226
additionalProperties: true
1720517227
type: object
1720617228
title: StudyUI

0 commit comments

Comments
 (0)