Skip to content

Variable: DefinitionNamespace

Makaio Framework


Makaio Framework / services-core/definition/namespace / DefinitionNamespace

const DefinitionNamespace: BusNamespace<"definition", SubjectRecordFromSchemaRecord<{ getConfigSchema: { request: ZodObject<{ definitionId: ZodString; }, $strip>; response: ZodObject<{ hasSchema: ZodBoolean; schema: ZodNullable<ZodRecord<ZodString, ZodUnknown>>; }, $strip>; }; getCredentialSchema: { request: ZodObject<{ definitionId: ZodString; }, $strip>; response: ZodObject<{ hasSchema: ZodBoolean; schema: ZodNullable<ZodRecord<ZodString, ZodUnknown>>; }, $strip>; }; }>, { definitionId: string; }, { getConfigSchema: { request: ZodObject<{ definitionId: ZodString; }, $strip>; response: ZodObject<{ hasSchema: ZodBoolean; schema: ZodNullable<ZodRecord<ZodString, ZodUnknown>>; }, $strip>; }; getCredentialSchema: { request: ZodObject<{ definitionId: ZodString; }, $strip>; response: ZodObject<{ hasSchema: ZodBoolean; schema: ZodNullable<ZodRecord<ZodString, ZodUnknown>>; }, $strip>; }; }>

Defined in: ../../../packages/services/core/src/definition/namespace.ts:27

Provider definition introspection namespace registered under the definition prefix.