Skip to content

Commit

Permalink
Clarify JsonValue in swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
andymantell committed Oct 3, 2024
1 parent c89e584 commit a0e7c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/CO.CDP.DataSharing.WebApi/Model/FormAnswer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public record FormAnswer
/// <example>["option-id-1"]</example>
public List<string> OptionValue { get; init; } = [];

/// <example>{"id": "00000000-0000-0000-0000-000000000000", "type": "organisation"}</example>
/// <example>{"id": "00000000-0000-0000-0000-000000000000", "type": "organisation OR connected-entity"}</example>
public Dictionary<string, object>? JsonValue { get; init; }
}

0 comments on commit a0e7c98

Please sign in to comment.