Appearance
Rule.io SDK / rcml/src / JsonValidationError
Type Alias: JsonValidationError
JsonValidationError =
object
Defined in: rcml/src/email/content/json-validator/types.ts:200
A single JSON Schema validation error, including a JSON Pointer path and a human-readable message.
Properties
message
message:
string
Defined in: rcml/src/email/content/json-validator/types.ts:204
Human-readable description of the validation failure.
path
path:
string
Defined in: rcml/src/email/content/json-validator/types.ts:202
JSON Pointer path to the offending value (e.g. /content/0/type). Empty string means root.