Skip to main content

Variable: facetValueSchema

const facetValueSchema: ZodObject<{ label: ZodOptional<ZodString>; type: ZodEnum<{ energy: "energy"; event: "event"; form-genre: "form-genre"; matter: "matter"; organization: "organization"; person: "person"; personality: "personality"; space: "space"; time: "time"; work: "work"; }>; value: ZodString; }, $strip>

Defined in: web/lib/schemas/preprint.ts:195

Facet value for multi-dimensional classification.

Remarks

Supports both PMEST and FAST facet dimensions.