Interface: NormalizedEvent
Makaio Framework / ai-adapters-core / NormalizedEvent
Interface: NormalizedEvent
Section titled “Interface: 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.
Remarks
Section titled “Remarks”Events may include optional ImportMetadata to distinguish imported events from live events and preserve original timestamps.
- LogImporter - Interface that produces these events
- ImportMetadata - Provenance metadata for imported events
Properties
Section titled “Properties”payload
Section titled “payload”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
Section titled “subject”subject:
SubjectDefinition
Defined in: ../../../adapters/core/src/log-importer/types.ts:19
The Makaio subject definition for this event