Skip to content

Interface: SchemaViolationReport

Makaio Framework


Makaio Framework / bus-core / SchemaViolationReport

Defined in: ../../../packages/bus-core/src/registries/namespace-registry.ts:81

Report passed to the onSchemaViolation callback when lenient validation detects a schema mismatch.

issues: $ZodIssue[]

Defined in: ../../../packages/bus-core/src/registries/namespace-registry.ts:87

Individual Zod issues from the failed parse


payload: unknown

Defined in: ../../../packages/bus-core/src/registries/namespace-registry.ts:85

Raw payload that failed validation


subject: string

Defined in: ../../../packages/bus-core/src/registries/namespace-registry.ts:83

Fully-qualified subject key (e.g., “adapter:claude-code.sdk.event”)