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

    Interface AdAgentsJson

    adagents.json structure

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

    Properties

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