SerializedSourceForeignKey

type SerializedSourceForeignKey: object;

Type declaration

Id

Id: string;

InwardLabel

InwardLabel: string;

OutwardLabel

OutwardLabel: string;

RelationshipType?

optional RelationshipType: string;

Represents?

optional Represents: string | null;

SourceFields

SourceFields: string[];

TargetFields?

optional TargetFields: string[];

This exists to handle the rare situation when there are fields on the target item that reference the source item.
Please reach out to #dev-data-platform before setting this to a defined value.