Values.UpdateSchemaMappingInputSourceUpdates a schema mapping. A schema is immutable if it is being used by a workflow. Therefore, you can't update a schema mapping if it's associated with a workflow.
type nonrec t = {schemaName : EntityName.t;The name of the schema. There can't be multiple SchemaMappings with the same name.
*)description : Description.t option;A description of the schema.
*)mappedInputFields : SchemaInputAttributes.t;A list of MappedInputFields. Each MappedInputField corresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.
*)}val make :
?description:??? ->
schemaName:EntityName.t ->
mappedInputFields:SchemaInputAttributes.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of AttributeName.t ])
list ]
list
| `String of EntityName.t ])
list ]