From edfde645e1a53955ad2774374fc60f909f99b8c0 Mon Sep 17 00:00:00 2001 From: Jon Anders Sollien Date: Mon, 26 Feb 2024 09:36:20 +0100 Subject: [PATCH] Main topic guid (#282) --- Schemas/Collaboration/Topic/topic_GET.json | 3 +++ Schemas/Collaboration/Topic/topic_POST.json | 3 +++ Schemas/Collaboration/Topic/topic_PUT.json | 3 +++ 3 files changed, 9 insertions(+) diff --git a/Schemas/Collaboration/Topic/topic_GET.json b/Schemas/Collaboration/Topic/topic_GET.json index 34e30e0..7ee7fd7 100644 --- a/Schemas/Collaboration/Topic/topic_GET.json +++ b/Schemas/Collaboration/Topic/topic_GET.json @@ -80,6 +80,9 @@ "$ref": "../RelatedTopic/related_topic_GET.json" } }, + "main_viewpoint_guid": { + "type": ["string", "null"] + }, "authorization": { "type": "object", "required": false, diff --git a/Schemas/Collaboration/Topic/topic_POST.json b/Schemas/Collaboration/Topic/topic_POST.json index adafe8d..cb0e5a6 100644 --- a/Schemas/Collaboration/Topic/topic_POST.json +++ b/Schemas/Collaboration/Topic/topic_POST.json @@ -57,6 +57,9 @@ }, "custom_fields": { "$ref": "custom_fields.json" + }, + "main_viewpoint_guid": { + "type": ["string", "null"] } } } diff --git a/Schemas/Collaboration/Topic/topic_PUT.json b/Schemas/Collaboration/Topic/topic_PUT.json index d024127..125d2a7 100644 --- a/Schemas/Collaboration/Topic/topic_PUT.json +++ b/Schemas/Collaboration/Topic/topic_PUT.json @@ -53,6 +53,9 @@ }, "custom_fields": { "$ref": "custom_fields.json" + }, + "main_viewpoint_guid": { + "type": ["string", "null"] } } }