Interface: SchemaViolationReport
Makaio Framework / bus-core / SchemaViolationReport
Interface: SchemaViolationReport
Section titled “Interface: 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.
Properties
Section titled “Properties”issues
Section titled “issues”issues:
$ZodIssue[]
Defined in: ../../../packages/bus-core/src/registries/namespace-registry.ts:87
Individual Zod issues from the failed parse
payload
Section titled “payload”payload:
unknown
Defined in: ../../../packages/bus-core/src/registries/namespace-registry.ts:85
Raw payload that failed validation
subject
Section titled “subject”subject:
string
Defined in: ../../../packages/bus-core/src/registries/namespace-registry.ts:83
Fully-qualified subject key (e.g., “adapter:claude-code.sdk.event”)