Values_0.CheckSchemaVersionValidityInputSourceValidates the supplied schema. This call has no side effects, it simply validates using the supplied schema using DataFormat as the format. Since it does not take a schema set name, no compatibility checks are performed.
type nonrec t = {dataFormat : DataFormat.t;The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
*)schemaDefinition : SchemaDefinitionString.t;The definition of the schema that has to be validated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SchemaDefinitionString.t ])
list ]