Skip to main content

Interface: ValidationSummary

Summary of validation items grouped by their source instruction. Use summarizeValidation() to create these from a ScheduleValidation.

Properties

days

readonly days: readonly string[];

description

readonly description: string;

errorCount

readonly errorCount: number;

groupKey

readonly groupKey: GroupKey;

passedCount

readonly passedCount: number;

status

readonly status: "passed" | "partial" | "failed";

type

readonly type: "coverage" | "rule";

violatedCount

readonly violatedCount: number;