Values_2.MetadataInfoSourceA structure containing metadata information for a schema version.
type nonrec t = {metadataValue : MetadataValueString.t option;The metadata key’s corresponding value.
*)createdTime : Values_1.CreatedTimestamp.t option;The time at which the entry was created.
*)otherMetadataValueList : OtherMetadataValueList.t option;Other metadata belonging to the same metadata key.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of MetadataValueString.t ]) list ]
list
| `String of MetadataValueString.t ])
list ]