Skip to content

DataItemMappingRef

A lightweight, identifier-based variant of DataItemMapping for use inside a Relationship. Instead of embedding the full source and target Data Items (which already live elsewhere in the mapping), this form references them by Id only - typical for foreign-key style relationships.

Source of truth: DataItemMappingRef.cs

JSON nameTypeDescription
sourceDataItemIdsarray of stringThe identifiers of the source Data Items.
targetDataItemIdstringThe identifier of the target Data Item.