Skip to content

Commit 8374de5

Browse files
author
Andrei Neagu
committed
fixed specs
1 parent 70a6921 commit 8374de5

File tree

1 file changed

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

1 file changed

+2
-32
lines changed

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

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3299,7 +3299,7 @@ paths:
32993299
content:
33003300
application/json:
33013301
schema:
3302-
title: Response Get Async Job Status
3302+
$ref: '#/components/schemas/Envelope_TaskStatus_'
33033303
'404':
33043304
content:
33053305
application/json:
@@ -3384,7 +3384,7 @@ paths:
33843384
content:
33853385
application/json:
33863386
schema:
3387-
$ref: '#/components/schemas/Envelope_TaskResult_'
3387+
title: Response Get Async Job Result
33883388
'404':
33893389
content:
33903390
application/json:
@@ -10582,19 +10582,6 @@ components:
1058210582
title: Error
1058310583
type: object
1058410584
title: Envelope[TaskGet]
10585-
Envelope_TaskResult_:
10586-
properties:
10587-
data:
10588-
anyOf:
10589-
- $ref: '#/components/schemas/TaskResult'
10590-
- type: 'null'
10591-
error:
10592-
anyOf:
10593-
- {}
10594-
- type: 'null'
10595-
title: Error
10596-
type: object
10597-
title: Envelope[TaskResult]
1059810585
Envelope_TaskStatus_:
1059910586
properties:
1060010587
data:
@@ -16795,23 +16782,6 @@ components:
1679516782
to be
1679616783
1679716784
defined as a float bound between 0.0 and 1.0'
16798-
TaskResult:
16799-
properties:
16800-
result:
16801-
anyOf:
16802-
- {}
16803-
- type: 'null'
16804-
title: Result
16805-
error:
16806-
anyOf:
16807-
- {}
16808-
- type: 'null'
16809-
title: Error
16810-
type: object
16811-
required:
16812-
- result
16813-
- error
16814-
title: TaskResult
1681516785
TaskStatus:
1681616786
properties:
1681716787
task_progress:

0 commit comments

Comments
 (0)