Values_2.SchemaVersionNumberSourceA structure containing the schema version information.
type nonrec t = {latestVersion : LatestSchemaVersionBoolean.t option;The latest version available for the schema.
*)versionNumber : Values_0.VersionLongNumber.t option;The version number of the schema.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of LatestSchemaVersionBoolean.t
| `Long of Values_0.VersionLongNumber.t ])
list ]