Skip to content

Commit d58f9ac

Browse files
committed
type
1 parent 63a39e8 commit d58f9ac

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
@@ -13782,12 +13782,10 @@ components:
1378213782
title: Inputs
1378313783
description: values of input properties
1378413784
inputsRequired:
13785-
anyOf:
13786-
- items:
13787-
type: string
13788-
pattern: ^[-_a-zA-Z0-9]+$
13789-
type: array
13790-
- type: 'null'
13785+
items:
13786+
type: string
13787+
pattern: ^[-_a-zA-Z0-9]+$
13788+
type: array
1379113789
title: Inputsrequired
1379213790
description: Defines inputs that are required in order to run the service
1379313791
inputsUnits:
@@ -13917,12 +13915,10 @@ components:
1391713915
title: Inputs
1391813916
description: values of input properties
1391913917
inputsRequired:
13920-
anyOf:
13921-
- items:
13922-
type: string
13923-
pattern: ^[-_a-zA-Z0-9]+$
13924-
type: array
13925-
- type: 'null'
13918+
items:
13919+
type: string
13920+
pattern: ^[-_a-zA-Z0-9]+$
13921+
type: array
1392613922
title: Inputsrequired
1392713923
description: Defines inputs that are required in order to run the service
1392813924
inputsUnits:
@@ -14130,9 +14126,6 @@ components:
1413014126
- serviceState
1413114127
- serviceUuid
1413214128
title: NodeGetIdle
14133-
example:
14134-
service_state: idle
14135-
service_uuid: 3fa85f64-5717-4562-b3fc-2c963f66afa6
1413614129
NodeGetUnknown:
1413714130
properties:
1413814131
serviceState:

0 commit comments

Comments
 (0)