RichContent: {
    content: string;
    replacements?: Record<string, RichContentReplacement>;
}

Raw rich-content payload as returned by DaVinci on a LABEL field. content is a template string with {{key}} tokens; replacements maps each key to its substitution data. Validated and normalized into CollectorRichContent by the SDK.

Type declaration