Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 978 Bytes

ValidationResult.md

File metadata and controls

64 lines (35 loc) · 978 Bytes

@affinda/affinda / Exports / ValidationResult

Interface: ValidationResult

Validation result arising from a ValidationRule

Table of contents

Properties

Properties

annotations

annotations: number[]

List of annotation ids that were validated


document

document: string

Unique identifier for the document


id

id: number

Validation Result's ID


message

message: string

Message explaining why the validation failed


passed

passed: boolean

Whether the validation passed or not


ruleSlug

ruleSlug: string

The hot-dog case slug of the validation rule that was applied