Skip to main content

Variable: externalLinkSchema

const externalLinkSchema: ZodObject<{ description: ZodOptional<ZodString>; type: ZodEnum<{ dataverse: "dataverse"; dryad: "dryad"; figshare: "figshare"; github: "github"; gitlab: "gitlab"; osf: "osf"; other: "other"; zenodo: "zenodo"; }>; url: ZodString; }, $strip>

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

External link to repositories or datasets.