mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 19:51:27 +10:00
Bug Fixed - 1574 - JSON Schema Field issue
This commit is contained in:
@ -63,7 +63,7 @@ const awardsSchema = z.object({
|
||||
});
|
||||
|
||||
const certificatesSchema = z.object({
|
||||
title: z.string().optional(),
|
||||
name: z.string().optional(),
|
||||
date: iso8601.optional(),
|
||||
issuer: z.string().optional(),
|
||||
summary: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user