From a0e7c980757f377b404ad80135d6fb318297a18a Mon Sep 17 00:00:00 2001 From: Andy Mantell <134642+andymantell@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:22:53 +0100 Subject: [PATCH] Clarify JsonValue in swagger --- Services/CO.CDP.DataSharing.WebApi/Model/FormAnswer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/CO.CDP.DataSharing.WebApi/Model/FormAnswer.cs b/Services/CO.CDP.DataSharing.WebApi/Model/FormAnswer.cs index cfae7a18f..af92de094 100644 --- a/Services/CO.CDP.DataSharing.WebApi/Model/FormAnswer.cs +++ b/Services/CO.CDP.DataSharing.WebApi/Model/FormAnswer.cs @@ -26,6 +26,6 @@ public record FormAnswer /// ["option-id-1"] public List OptionValue { get; init; } = []; - /// {"id": "00000000-0000-0000-0000-000000000000", "type": "organisation"} + /// {"id": "00000000-0000-0000-0000-000000000000", "type": "organisation OR connected-entity"} public Dictionary? JsonValue { get; init; } } \ No newline at end of file