Values.BatchGetSchemaInputSourceRetrieves multiple schemas by their identifiers.
type nonrec t = {collaborationIdentifier : CollaborationIdentifier.t;A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.
*)names : TableAliasList.t;The names for the schema objects to retrieve.
*)}val make :
collaborationIdentifier:CollaborationIdentifier.t ->
names:TableAliasList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of TableAlias.t ] list
| `String of CollaborationIdentifier.t ])
list ]