Variable: monitorIdSchema
const monitorIdSchema: z.ZodType<string>;
Defined in: shared/validation/monitorFieldSchemas.ts:20
Canonical validation schema for monitor identifiers.
Remarksโ
This schema is kept in a lightweight module so it can be imported by IPC boundary validators without pulling in the entire monitor schema graph (useful when tests mock monitorSchemas).