Skip to main content
Version: Next

Type Alias: JsonSchemaValidationError

JsonSchemaValidationError = object

Defined in: src/Mnemonic/json-schema.ts:92

A single validation error produced by validateJsonSchema.

Properties

keyword

keyword: string

Defined in: src/Mnemonic/json-schema.ts:98

The JSON Schema keyword that failed.


message

message: string

Defined in: src/Mnemonic/json-schema.ts:96

Human-readable error description.


path

path: string

Defined in: src/Mnemonic/json-schema.ts:94

JSON Pointer path to the failing value (e.g., "/foo/bar/0"). Empty string for root.