Variable: DictionaryCategorySchema
const DictionaryCategorySchema: ZodEnum<["Academic", "Confidential", "Employment", "Financial", "Government", "Healthcare", "Legal", "Marketing", "Source Code"]>;
Defined in: src/models/dlp-dictionary.ts:14
Dictionary category. Note 'Source Code' includes a literal space — preserved verbatim per
the OpenAPI spec.