Skip to content

Commit 9f334d0

Browse files
committed
type
1 parent 9cb945f commit 9f334d0

File tree

1 file changed

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

1 file changed

+8
-15
lines changed

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

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13474,12 +13474,10 @@ components:
1347413474
title: Inputs
1347513475
description: values of input properties
1347613476
inputsRequired:
13477-
anyOf:
13478-
- items:
13479-
type: string
13480-
pattern: ^[-_a-zA-Z0-9]+$
13481-
type: array
13482-
- type: 'null'
13477+
items:
13478+
type: string
13479+
pattern: ^[-_a-zA-Z0-9]+$
13480+
type: array
1348313481
title: Inputsrequired
1348413482
description: Defines inputs that are required in order to run the service
1348513483
inputsUnits:
@@ -13609,12 +13607,10 @@ components:
1360913607
title: Inputs
1361013608
description: values of input properties
1361113609
inputsRequired:
13612-
anyOf:
13613-
- items:
13614-
type: string
13615-
pattern: ^[-_a-zA-Z0-9]+$
13616-
type: array
13617-
- type: 'null'
13610+
items:
13611+
type: string
13612+
pattern: ^[-_a-zA-Z0-9]+$
13613+
type: array
1361813614
title: Inputsrequired
1361913615
description: Defines inputs that are required in order to run the service
1362013616
inputsUnits:
@@ -13822,9 +13818,6 @@ components:
1382213818
- serviceState
1382313819
- serviceUuid
1382413820
title: NodeGetIdle
13825-
example:
13826-
service_state: idle
13827-
service_uuid: 3fa85f64-5717-4562-b3fc-2c963f66afa6
1382813821
NodeGetUnknown:
1382913822
properties:
1383013823
serviceState:

0 commit comments

Comments
 (0)