EventMetaSchema
@rotorsoft/act-root / act/src / EventMetaSchema
Variable: EventMetaSchema
constEventMetaSchema:ZodReadonly<ZodObject<{causation:ZodObject<{action:ZodOptional<ZodIntersection<ZodReadonly<ZodObject<{actor:ZodReadonly<...>;expectedVersion:ZodOptional<...>;stream:ZodString; },$strip>>,ZodObject<{name:ZodString; },$strip>>>;event:ZodOptional<ZodObject<{id:ZodNumber;name:ZodString;stream:ZodString; },$strip>>; },$strip>;correlation:ZodString; },$strip>>
Defined in: libs/act/src/types/schemas.ts:48
Zod schema for event metadata (correlation and causation).