Skip to content

Commit 4d759ee

Browse files
committed
Fix Swagger spec for custom topic values
1 parent a0ffa74 commit 4d759ee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

swagger.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2438,11 +2438,12 @@ components:
24382438
properties:
24392439
id:
24402440
type: string
2441-
nullable: true
24422441
description: "Refers to the id of the custom field in the project extensions."
24432442
value:
2444-
type: string
2445-
nullable: true
2443+
type: array
2444+
items:
2445+
type: string
2446+
nullable: true
24462447
# viewpoint schemas
24472448
bitmap_GET:
24482449
type: object

0 commit comments

Comments
 (0)