Values_2.PutSchemaVersionMetadataInputSourcePuts the metadata key value pair for a specified schema version ID. A maximum of 10 key value pairs will be allowed per schema version. They can be added over one or more calls.
type nonrec t = {schemaId : Values_0.SchemaId.t option;The unique ID for the schema.
*)schemaVersionNumber : SchemaVersionNumber.t option;The version number of the schema.
*)schemaVersionId : Values_0.SchemaVersionIdString.t option;The unique version ID of the schema version.
*)metadataKeyValue : MetadataKeyValuePair.t;The metadata key's corresponding value.
*)}val make :
?schemaId:??? ->
?schemaVersionNumber:??? ->
?schemaVersionId:??? ->
metadataKeyValue:MetadataKeyValuePair.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.SchemaVersionIdString.t
| `Structure of
(string
* [> `Boolean of LatestSchemaVersionBoolean.t
| `Long of Values_0.VersionLongNumber.t
| `String of string ])
list ])
list ]