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

    Interface DirectoryPublisherEntry

    Per-publisher entry in the directory's inverse-lookup response.

    interface DirectoryPublisherEntry {
        publisher_domain: string;
        discovery_method: DirectoryDiscoveryMethod;
        manager_domain?: string | null;
        properties_authorized: number;
        properties_total: number;
        signing_keys_pinned?: boolean;
        status: DirectoryPublisherStatus;
        last_verified_at: string;
    }
    Index

    Properties

    publisher_domain: string
    discovery_method: DirectoryDiscoveryMethod
    manager_domain?: string | null

    Manager file domain. Required when discovery_method is not direct; null/absent for direct discovery.

    properties_authorized: number

    Count of properties under THIS publisher_domain only that the agent's selectors resolve to. Per-publisher count, never network-wide.

    properties_total: number

    Count of properties under THIS publisher_domain only — total inventory the publisher's file declares. Per-publisher count.

    signing_keys_pinned?: boolean

    Whether the publisher's adagents.json entry for this agent pins signing_keys[]. When true, signed responses MUST verify against the pinned key set regardless of the agent's own JWKS.

    last_verified_at: string

    When the directory last fetched and validated this publisher's adagents.json. Per-publisher freshness, distinct from the envelope's directory_indexed_at.