Values.ReferenceInputSourceReference information linking a task to external systems - for input with validation
type nonrec t = {system : ReferenceInputSystemString.t;The name of the external system
*)title : ReferenceInputTitleString.t option;Optional title for the reference
*)referenceId : ResourceId.t;The unique identifier in the external system
*)referenceUrl : ReferenceInputReferenceUrlString.t;URL to access the reference in the external system
*)associationId : ResourceId.t;Association identifier of the external system
*)}val make :
?title:??? ->
system:ReferenceInputSystemString.t ->
referenceId:ResourceId.t ->
referenceUrl:ReferenceInputReferenceUrlString.t ->
associationId:ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of ReferenceInputSystemString.t ]) list ]