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

    Type Alias AdagentsCatalogFormat

    AdagentsCatalogFormat: ProductFormatDeclaration & {
        applies_to_property_ids?: string[];
        applies_to_property_tags?: string[];
    }

    Top-level adagents.json#/formats[] declaration.

    This reuses the protocol ProductFormatDeclaration shape and adds the publisher-catalog scoping fields allowed in adagents.json.

    Type Declaration

    • Optionalapplies_to_property_ids?: string[]

      Property IDs from this file that this format applies to. Omit for all properties.

    • Optionalapplies_to_property_tags?: string[]

      Property tags from this file that this format applies to. Omit for all properties.