Skip to main content

Variable: supplementaryMaterialSchema

const supplementaryMaterialSchema: ZodObject<{ category: ZodString; description: ZodOptional<ZodString>; detectedFormat: ZodOptional<ZodString>; file: ZodOptional<ZodAny>; label: ZodString; order: ZodNumber; }, $strip>

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

Supplementary material with full metadata.

Remarks

Used for data, code, figures, appendices, videos, and other materials. Includes user-provided label, description, auto-detected category, and display order.