Values.SchemaMappingSummarySourceAn object containing schemaName, schemaArn, createdAt, updatedAt, and hasWorkflows.
type nonrec t = {schemaName : EntityName.t option;The name of the schema.
*)schemaArn : SchemaMappingArn.t option;The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
*)createdAt : Timestamp.t option;The timestamp of when the SchemaMapping was created.
*)updatedAt : Timestamp.t option;The timestamp of when the SchemaMapping was last updated.
*)hasWorkflows : Boolean.t option;Specifies whether the schema mapping has been applied to a workflow.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of EntityName.t
| `Timestamp of Timestamp.t ])
list ]