Skip to content

Variable: ContextRuleScopeIdentitySchema

Makaio Framework


Makaio Framework / services-core/context-rules / ContextRuleScopeIdentitySchema

const ContextRuleScopeIdentitySchema: ZodObject<{ projectId: ZodNullable<ZodString>; scope: ZodEnum<{ global: "global"; project: "project"; session: "session"; }>; sessionId: ZodNullable<ZodString>; }, $strict>

Defined in: ../../../packages/services/core/src/context-rules/schemas.ts:181

Normalized scope identity used for invalidation events.