mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
fix: resolves #2793, accept looseObject from resumeDataSchema
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user