Skip to main content

Variable: WeightedRegexSchema

const WeightedRegexSchema: ZodObject<{
regex: ZodString;
weight: ZodNumber;
}, "passthrough", ZodTypeAny, objectOutputType<{
regex: ZodString;
weight: ZodNumber;
}, ZodTypeAny, "passthrough">, objectInputType<{
regex: ZodString;
weight: ZodNumber;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/dlp-data-pattern.ts:57

Weighted regex entry — regex is non-empty (spec minLength 1), weight required.