Values_0.SchemaIdSourceThe unique ID of the schema in the Glue schema registry.
type nonrec t = {schemaArn : GlueResourceArn.t option;The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided.
*)schemaName : SchemaRegistryNameString.t option;The name of the schema. One of SchemaArn or SchemaName has to be provided.
*)registryName : SchemaRegistryNameString.t option;The name of the schema registry that contains the schema.
*)}