Skip to content

Interface: NormalizedEvent

Makaio Framework


Makaio Framework / ai-adapters-core / NormalizedEvent

Defined in: ../../../adapters/core/src/log-importer/types.ts:17

Normalized event produced by log importers.

Represents a single event extracted from an external tool’s log file, normalized to Makaio’s subject/payload format for emission to the bus.

Events may include optional ImportMetadata to distinguish imported events from live events and preserve original timestamps.

payload: Record<string, unknown>

Defined in: ../../../adapters/core/src/log-importer/types.ts:22

Event payload matching the subject’s schema, may include _import metadata


subject: SubjectDefinition

Defined in: ../../../adapters/core/src/log-importer/types.ts:19

The Makaio subject definition for this event