Values_2.QuerySchemaVersionMetadataInputSourceQueries for the schema version metadata information.
type nonrec t = {schemaId : Values_0.SchemaId.t option;A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
*)schemaVersionNumber : SchemaVersionNumber.t option;The version number of the schema.
*)schemaVersionId : Values_0.SchemaVersionIdString.t option;The unique version ID of the schema version.
*)metadataList : MetadataList.t option;Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
*)maxResults : QuerySchemaVersionMetadataMaxResults.t option;Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
*)nextToken : SchemaRegistryTokenString.t option;A continuation token, if this is a continuation call.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of QuerySchemaVersionMetadataMaxResults.t
| `List of
[> `Structure of
(string * [> `String of MetadataKeyString.t ]) list ]
list
| `String of Values_0.SchemaVersionIdString.t
| `Structure of
(string
* [> `Boolean of LatestSchemaVersionBoolean.t
| `Long of Values_0.VersionLongNumber.t
| `String of string ])
list ])
list ]