From 4d759ee5d10ddd39a746751c2a604872318999b2 Mon Sep 17 00:00:00 2001 From: Georg Dangl Date: Mon, 5 May 2025 11:54:24 +0200 Subject: [PATCH] Fix Swagger spec for custom topic values --- swagger.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/swagger.yaml b/swagger.yaml index 572e027..44d2997 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -2438,11 +2438,12 @@ components: properties: id: type: string - nullable: true description: "Refers to the id of the custom field in the project extensions." value: - type: string - nullable: true + type: array + items: + type: string + nullable: true # viewpoint schemas bitmap_GET: type: object