@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface AdAgentsJson

    adagents.json structure

    interface AdAgentsJson {
        $schema?: string;
        authoritative_location?: string;
        authorized_agents?: AuthorizedAgent[];
        properties?: Property[];
        last_updated?: string;
    }
    Index

    Properties

    $schema?: string
    authoritative_location?: string

    URL pointing to the authoritative adagents.json file. When present, the client should fetch from this URL instead. Used by publishers who centralize their authorization files.

    authorized_agents?: AuthorizedAgent[]
    properties?: Property[]
    last_updated?: string