Schema validation error details.

interface ValidationErrorDetail {
    message: string;
    path: string;
}

Properties

Properties

message: string
path: string