CML
    Preparing search index...

    Type Alias CmcdValidationResult

    The result of validating a CMCD payload.

    type CmcdValidationResult = {
        issues: CmcdValidationIssue[];
        valid: boolean;
    }
    Index

    Properties

    Properties

    The list of validation issues found.

    valid: boolean

    Whether the payload is valid. True if there are zero errors (warnings are acceptable).