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

    Interface ValidationOptions

    interface ValidationOptions {
        strict?: boolean;
        expectedFields?: string[];
        allowEmpty?: boolean;
        validateSchema?: boolean;
    }
    Index

    Properties

    strict?: boolean

    Enable strict mode - fail on warnings

    expectedFields?: string[]

    Expected data fields (e.g., ['products'] for get_products)

    allowEmpty?: boolean

    Allow empty responses

    validateSchema?: boolean

    Validate against AdCP Zod schemas