This is a shortened version of the full Ajv error message (the schema is very simple, the generic Ajv error message is way too complex for our use)

interface ValidationError {
    data?: any;
    message?: string;
    params?: any;
}

Properties

data?: any
message?: string
params?: any