@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface InlineFederatedDivergence

    Divergence report for a single (publisher_domain, property_id) pair that resolved differently inline vs federated. Per the spec, federated wins; the report exists for the SDK / adopter to log.

    interface InlineFederatedDivergence {
        publisher_domain: string;
        property_id: string;
        inline_property: Property;
        federated_property: Property;
        differing_fields: string[];
    }
    Index

    Properties

    publisher_domain: string
    property_id: string
    inline_property: Property
    federated_property: Property
    differing_fields: string[]

    Field paths whose values differ (e.g. ['name', 'tags', 'identifiers']).