interface SarifValidationError {
    nodePointer?: string;
    validationError?: string;
}

Properties

nodePointer?: string
validationError?: string