Values.ConversionSourceSourceDescribes the input for an outbound transformation.
type nonrec t = {fileFormat : ConversionSourceFormat.t;The format for the input file: either JSON or XML.
*)inputFile : InputFileSource.t;File to be converted
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `String of InputFileSourceFileContentString.t ]) list ])
list ]