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

    Interface ProjectionCatalogSnapshot

    Canonical catalog data resolved outside the pure projector.

    Network discovery deliberately does not happen inside projection. Callers may resolve publisher/community catalogs asynchronously, then inject the immutable result here for synchronous reads, writes, continuations, and webhook handling. Array order is precedence order (most specific first).

    interface ProjectionCatalogSnapshot {
        source: ProjectionCatalogSource;
        publisher_domain?: string;
        formats: readonly V2ProductFormatDeclaration[];
    }
    Index

    Properties

    publisher_domain?: string

    Canonical publisher scope applied when declarations omit it.

    formats: readonly V2ProductFormatDeclaration[]