Skip to main content

Variable: temporalFieldsSchema

const temporalFieldsSchema: ZodObject<{ end: ZodOptional<ZodString>; instant: ZodOptional<ZodString>; recorded: ZodOptional<ZodString>; start: ZodOptional<ZodString>; }, $strict>

Defined in: schema/dimensions.ts:16

An instant (event time), an interval (start/end), or a recorded (system time) field name.