Values.GetSchemaInputSourceRetrieves the schema for a relation within a collaboration.
type nonrec t = {collaborationIdentifier : CollaborationIdentifier.t;A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
*)name : TableAlias.t;The name of the relation to retrieve the schema for.
*)}val make :
collaborationIdentifier:CollaborationIdentifier.t ->
name:TableAlias.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of CollaborationIdentifier.t ]) list ]