@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface CanonicalFormatLegacyRoute

    Serializable canonical-to-legacy routing identity.

    Persist this sidecar next to a canonical product or selection when the selected format may later need to cross a legacy creative wire. Unlike the SDK's WeakMap metadata, every owner and dimensional discriminator survives JSON serialization.

    interface CanonicalFormatLegacyRoute {
        product_id: string;
        format_option_ref: FormatOptionReference;
        format_ids: V1FormatId[];
    }
    Index

    Properties

    product_id: string
    format_option_ref: FormatOptionReference
    format_ids: V1FormatId[]