Skip to main content

Variable: fieldNodeSchema

const fieldNodeSchema: ZodObject<{ childCount: ZodOptional<ZodNumber>; createdAt: ZodString; description: ZodOptional<ZodString>; externalIds: ZodOptional<ZodArray<ZodObject<{ id: ZodString; source: ZodEnum<{ arxiv: "arxiv"; fast: "fast"; lcsh: "lcsh"; mesh: "mesh"; wikidata: "wikidata"; }>; url: ZodOptional<ZodString>; }, $strip>>>; id: ZodString; name: ZodString; parentId: ZodOptional<ZodString>; preprintCount: ZodOptional<ZodNumber>; status: ZodEnum<{ approved: "approved"; deprecated: "deprecated"; proposed: "proposed"; under_review: "under_review"; }>; updatedAt: ZodOptional<ZodString>; uri: ZodString; }, $strip>

Defined in: src/api/schemas/graph.ts:51

Field node schema.