@willwade/aac-processors
    Preparing search index...

    Interface ValidationOptions

    Options for validation behavior

    interface ValidationOptions {
        customRules?: ValidationRule[];
        includeWarnings?: boolean;
        stopOnBlocker?: boolean;
    }
    Index

    Properties

    customRules?: ValidationRule[]

    Custom validation rules to apply

    includeWarnings?: boolean

    Whether to include warnings in validation (default: true)

    stopOnBlocker?: boolean

    Whether to stop on first blocker error (default: true)