Skip to content

Commit 5eca3e3

Browse files
fix: update openapi-spec
1 parent 72b3eca commit 5eca3e3

File tree

1 file changed

+28
-3
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+28
-3
lines changed

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

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8458,18 +8458,44 @@ components:
84588458
- stats
84598459
- limits
84608460
title: Activity
8461-
AnnotationUI:
8461+
AnnotationUI-Input:
84628462
properties:
84638463
type:
84648464
type: string
84658465
enum:
84668466
- note
84678467
- rect
84688468
- text
8469+
- conversation
8470+
title: Type
8471+
color:
8472+
anyOf:
8473+
- type: string
8474+
format: color
8475+
- type: 'null'
8476+
title: Color
8477+
attributes:
8478+
type: object
8479+
title: Attributes
8480+
description: svg attributes
8481+
additionalProperties: false
8482+
type: object
8483+
required:
8484+
- type
8485+
- attributes
8486+
title: AnnotationUI
8487+
AnnotationUI-Output:
8488+
properties:
8489+
type:
8490+
type: string
8491+
enum:
8492+
- note
8493+
- rect
8494+
- text
8495+
- conversation
84698496
title: Type
84708497
color:
84718498
type: string
8472-
format: color
84738499
title: Color
84748500
attributes:
84758501
type: object
@@ -8479,7 +8505,6 @@ components:
84798505
type: object
84808506
required:
84818507
- type
8482-
- color
84838508
- attributes
84848509
title: AnnotationUI
84858510
Announcement:

0 commit comments

Comments
 (0)