fix: resolves #2793, accept looseObject from resumeDataSchema

This commit is contained in:
Amruth Pillai
2026-05-07 22:50:45 +02:00
parent 524a7a6f4e
commit 3b82aa90f3
+1 -1
View File
@@ -511,7 +511,7 @@ export const metadataSchema = z.object({
),
});
export const resumeDataSchema = z.object({
export const resumeDataSchema = z.looseObject({
picture: pictureSchema.describe("Configuration for photograph displayed on the resume"),
basics: basicsSchema.describe(
"Basic information about the author, such as name, email, phone, location, and website",