CML
    Preparing search index...

    Type Alias CmcdValidationIssue

    Describes a single validation issue found in a CMCD payload.

    type CmcdValidationIssue = {
        key?: string;
        message: string;
        severity: CmcdValidationSeverity;
    }
    Index

    Properties

    Properties

    key?: string

    The CMCD key associated with the issue, or undefined for structural issues.

    message: string

    A human-readable description of the issue.

    The severity of the issue.