Skip to main content
Version: v0.0.4

Interface: Verdict

The verdict of running a format's validation surface: value-free findings + the validity boolean.

Properties

findings

readonly findings: readonly Finding[]

The value-free findings (code + severity + positional locator).


valid

readonly valid: boolean

true iff the input is valid (no error/fatal-severity finding).