@ptkl/sdk - v0.9.9
    Preparing search index...

    Type Alias DataValidationResult

    Result of data format validation

    type DataValidationResult = {
        library_ref: string;
        message: string;
        valid: boolean;
    }
    Index

    Properties

    library_ref: string

    Library reference UUID

    message: string

    Validation message (success or error details)

    valid: boolean

    Whether the data is valid for the specified format