Variable: ContextRuleScopeIdentitySchema
Makaio Framework / services-core/context-rules / ContextRuleScopeIdentitySchema
Variable: ContextRuleScopeIdentitySchema
Section titled “Variable: ContextRuleScopeIdentitySchema”
constContextRuleScopeIdentitySchema: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.