Interface: ValidationErrorDetail

February 7, 2026 ยท View on GitHub

CTRF


CTRF / ValidationErrorDetail

Interface: ValidationErrorDetail

Defined in: types.ts:390

Details of a validation error

Properties

message

message: string

Defined in: types.ts:392

Human-readable error message


path

path: string

Defined in: types.ts:394

JSON path to the error location


keyword

keyword: string

Defined in: types.ts:396

JSON Schema keyword that failed

Contents

  1. 1Properties
  2. 1.1message
  3. 1.2path
  4. 1.3keyword