Skip to main content

Variable: facetValueSchema

const facetValueSchema: ZodObject<{ label: ZodOptional<ZodString>; slug: ZodString; value: ZodString; }, $strip>

Defined in: web/lib/schemas/eprint.ts:179

Facet value for multi-dimensional classification.

Remarks

Facets are dynamic knowledge graph nodes. The slug identifies the facet dimension (fetched from API via useFacetCounts).