Skip to content

Variable: LogSourceDefinitionSchema

Makaio Framework


Makaio Framework / contracts / LogSourceDefinitionSchema

const LogSourceDefinitionSchema: ZodObject<{ description: ZodOptional<ZodString>; glob: ZodOptional<ZodString>; id: ZodString; name: ZodString; }, $strip>

Defined in: ../../../packages/contracts/src/client/definition.ts:64

Schema for a log source definition contributed by a client package.

Log sources describe where the client binary writes conversation logs so the Makaio log-import service can discover and ingest them.