Skip to content

Commit 6403313

Browse files
committed
update openapi specs
1 parent 0c61038 commit 6403313

File tree

1 file changed

+5
-4
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8494,8 +8494,11 @@ components:
84948494
properties:
84958495
paths:
84968496
items:
8497-
type: string
8498-
format: path
8497+
anyOf:
8498+
- type: string
8499+
pattern: ^(api|([0-9a-fA-F]{8}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{12}))\/([0-9a-fA-F]{8}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{12})\/(.+)$
8500+
- type: string
8501+
pattern: ^N:package:[0-9a-fA-F]{8}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{12}$
84998502
type: array
85008503
title: Paths
85018504
type: object
@@ -14681,7 +14684,6 @@ components:
1468114684
properties:
1468214685
jobId:
1468314686
type: string
14684-
format: uuid
1468514687
title: Jobid
1468614688
type: object
1468714689
required:
@@ -14708,7 +14710,6 @@ components:
1470814710
properties:
1470914711
jobId:
1471014712
type: string
14711-
format: uuid
1471214713
title: Jobid
1471314714
progress:
1471414715
$ref: '#/components/schemas/ProgressReport'

0 commit comments

Comments
 (0)