configurable properties for a Sheet
true
, your Sheet will be able to accept additional
fields beyond what you specify in its configuration. These additional fields
can be added via API, or by end users during the file import process. These
fields will have a treatment
of “user-defined”.metadata
to store any extra contextual information about your Sheet.
Must be valid JSON. This metadata can be updated at any time through the
workbook update endpoint by including the metadata field in the sheet
configuration.mappingConfidenceThreshold
to configure the minimum required confidence
for mapping jobs targeting that sheet. This can be used to tune the behavior
of fuzzy matches, or disable fuzzy matches entirely. Must be greater than 0
and less than or equal to 1 (exact match)constraints
option to define constraints for a specific Sheet. Learn
more about Constraints.